-
-
-
[
Matlab]
zigzag.rar
This function is used to build the corresponding sequences of a given
scaled gray level image matrix from 45 degree direction. The whole process is using zigzag method
It can handle nonsquare image matrix
-
-
-
[
C/C++]
keyb.zip
Prog. for matrix keyb for cvavr.
Category:
SCM Upload User:
dianyuan20 Size:
91K
-
-
[
C/C++]
sba-1.5.rar
... feature-based multiple view reconstruction vision algorithm to obtain optimal 3D structure and motion (i.e. camera matrix) parameter estimates. Provided with initial estimates, BA simultaneously refines motion and structure by minimizing the reprojection ...
-
-
[
C/C++]
5_AVR_Projects.rar
Interfacing AVR to LED, Tact switch+7-segment, Matrix Keypad, HD44780 Character LCD and LED dot matrix. Compiler: CodeVisionAVR. Proteus simulation included.
-
[
Matlab]
entropy.zip
for entropy
H = entropy(S)
this command will evaluate the entropy of S, S should be row matrix
H = entropy([X Y Z])
this command will find the joint entropy for the 3 variables
H = entropy([X,Y],[Z,W])
this will find H(X,Y/Z,W).. you can ...