* Make it possible to set threshold2 at runtime
authorMike Sheldon <mike@mikeasoft.com>
Thu, 18 Dec 2008 23:43:36 +0000 (23:43 +0000)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Sep 2010 20:15:47 +0000 (17:15 -0300)
commit1af8fa106669211fa35e129c7c6d6e89351bb849
treebbe595aa93226df68cb80bf6dbb87de287778048
parent768babf968abf0f67f964a07d1d26e2a89d012fb
* Make it possible to set threshold2 at runtime
* Implement pyramid segmentation element
* Make masking optional on edgedetect
* Clean up edgedetect, add element details
* Implemented edge detect element
13 files changed:
ext/opencv/Makefile [new file with mode: 0644]
ext/opencv/Makefile.am [new file with mode: 0644]
ext/opencv/Makefile.in [new file with mode: 0644]
ext/opencv/edgedetect/Makefile [new file with mode: 0644]
ext/opencv/edgedetect/Makefile.am [new file with mode: 0644]
ext/opencv/edgedetect/Makefile.in [new file with mode: 0644]
ext/opencv/edgedetect/gstedgedetect.c [new file with mode: 0644]
ext/opencv/edgedetect/gstedgedetect.h [new file with mode: 0644]
ext/opencv/pyramidsegment/Makefile [new file with mode: 0644]
ext/opencv/pyramidsegment/Makefile.am [new file with mode: 0644]
ext/opencv/pyramidsegment/Makefile.in [new file with mode: 0644]
ext/opencv/pyramidsegment/gstpyramidsegment.c [new file with mode: 0644]
ext/opencv/pyramidsegment/gstpyramidsegment.h [new file with mode: 0644]