Tutorial by Topics: layer

CAGradientLayer() // Returns an initialized CALayer object. CAGradientLayer(layer: layer) // Override to copy or initialize custom fields of the specified layer. ParameterDetailscolorAn array of CGColorRef objects defining the color of each gradient stop. Animatable.locationsAn optional ar...
void setAudioStreamType(int streamtype) void setDataSource(Context context, Uri uri) void prepare() void prepareAsync() void start() void stop() The MediaPlayer usage is mainly based on the State diagram: That means that in order to play audio/video a defined sequ...
shapeLayer.fillColor shapeLayer.fillRule shapeLayer.lineCap shapeLayer.lineDashPattern shapeLayer.lineDashPhase shapeLayer.lineJoin The CAShapeLayer class draws a cubic Bezier spline in its coordinate space. The shape is composited between the layer's contents and its first sublayer. ...
import AVKit, import AVFoundation.
This section provides an overview of what openlayers-3 is, and why a developer might want to use it. It should also mention any large subjects within openlayers-3, and link out to the related topics. Since the Documentation for openlayers-3 is new, you may need to create initial versions of thos...
A caffe user sends instructions to perform specific operations to caffe objects. These objects interact with each other based on their design specifications and carry out the operation(s). This is a basic principle OOP paradigm. While there are many caffe object types (or C++ classes), for a beg...
void hide(Player toHide); void show(Player toShow); boolean canSee(Player toBeSeen); Events are better covered in StackOverflow's List of Events documentation
This is a List of Player Events and an example on how to use them.
There are many ways of visualizing the convolutional layers, but they share same components: fetching the values of a part of the convolutional neural networks, and visualizing those values. Note those visualizations should not and can not display on the TensorBoard.
axWindowsMediaPlayer is the control for the playing multimedia files like videos and music.
This tutorial will guide through the steps to create a simple custom layer for Caffe using python. By the end of it, there are some examples of custom layers. Usually you would create a custom layer to implement a functionality that isn't available in Caffe, tuning it for your requirements. Creatin...

Page 1 of 1