Matlab implementation of a non-parametric two-sample hypothesis test to determine if two samples of a random variable come from the same underlying distribution.
You can find the code, examples and some comments at the Mathworks File Exchange site: here.
Research, development and education on Signal and Image Processing, Biomedical Engineering. Programming and unix hackery.
miércoles, noviembre 16, 2011
Line detection in matlab
Although line detection is a basic image processing operation, and a supposedly non-interesting research topic anymore, available implementations of line detectors are really far from perfect. For such a basic operation, is surprinsingly hard to find a decent C/matlab implementation.
It is plenty of hough transform based implementations, but I personally don't like them, in my experience the parameters of hough transform are really hard to tune to get decent results.
Recently, a new line detector has been published which outperforms previous approaches, you can take a look at it at the IPOL journal: www.ipol.im. In particular, I'd like to draw your attention to the LSD algorithm: http://www.ipol.im/pub/algo/gjmr_line_segment_detector/. This is a very neat implementation in C language.
If you want to test it from matlab, I contributed a mex wrapper to run it. It is available at: http://iie.fing.edu.uy/rosaluna/wiki/ContributedCode#LSD-MEX:_Line_Segment_Detector_for_matlab.
Comments and feedback are welcome.
Recently, a new line detector has been published which outperforms previous approaches, you can take a look at it at the IPOL journal: www.ipol.im. In particular, I'd like to draw your attention to the LSD algorithm: http://www.ipol.im/pub/algo/gjmr_line_segment_detector/. This is a very neat implementation in C language.
If you want to test it from matlab, I contributed a mex wrapper to run it. It is available at: http://iie.fing.edu.uy/rosaluna/wiki/ContributedCode#LSD-MEX:_Line_Segment_Detector_for_matlab.
Comments and feedback are welcome.
Etiquetas:
image processing,
line detection,
work
Ubicación:
Paysandú, Uruguay
Suscribirse a:
Entradas (Atom)