-
-
-
skin_color.rar
skin segmentation base on RGB color space. does not work for gray level images
-
-
matrix_inverse.rar
... (double *Min, double *Mout, int actualsize)
Min : Pointer to Input square Double Matrix
Mout : Pointer to Output (empty) memory space with size of Min
actualsize : The number of rows/columns
Notes:
- the matrix must be invertible
- there s no ...
-
RGB_lab.zip
Code for conversion of an image from RGB to l, alpha, beta color space and vice versa.
-
-
MANIK.zip
... Mixed 16/32 bit instructions for code density
• Von Neumann Architecture (Data and Instruction in the same
address space).
• Sixteen, 32 bit General Purpose Registers.
• Four USER defined instructions (with Register File Write back
...
-
matricesvectors.rar
review of matrices and vector space.
used in digital image processing by gonzalez.
-
SimulatedAnnealing.rar
Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a probability that depends on the ...
-
ChildFrm.rar
... is effected by modifying the query vector to incorporate the
positive examples. The second scheme is based on “distorting” our view of the feature space. An
new similarity distance between an image and the query is learned from the relevance feedback.
-