libv4l 0.5.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libv4l 0.5.2 (Default branch)
# 1  
Old 10-23-2008
libv4l 0.5.2 (Default branch)

libv4l is a collection of libraries that adds a thin abstraction layer on top of video4linux2 (V4L2) devices. The purpose of this layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. It consists of 3 different libraries. libv4lconvert offers functions to convert from any (known) pixel format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. License: GNU Lesser General Public License (LGPL) Changes:
A workaround was introduced for some drivers' (notably pwc's) inconsistency in V4L's s_fmt() versus try_fmt() return values. Other minor improvements were made. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FANN_GET_ACTIVATION_FUNCTION(3) 					 1					   FANN_GET_ACTIVATION_FUNCTION(3)

fann_get_activation_function - Returns the activation function

SYNOPSIS
int fann_get_activation_function (resource $ann, int $layer, int $neuron) DESCRIPTION
Get the activation function for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to get activation functions for the neurons in the input layer. The return value is one of the activation functions constants. PARAMETERS
o $ann -Neural network resource. o $layer - Layer number. o $neuron - Neuron number. RETURN VALUES
Learning functions constant or -1 if the neuron is not defined in the neural network, or FALSE on error. SEE ALSO
fann_set_activation_function_layer(3), fann_set_activation_function_hidden(3), fann_set_activation_function_output(3), fann_set_activa- tion_steepness(3), fann_set_activation_function(3). PHP Documentation Group FANN_GET_ACTIVATION_FUNCTION(3)