1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

update Manifest.txt and gemspec

This commit is contained in:
ser1zw 2013-10-07 02:43:01 +09:00
parent 1006f9ad1a
commit 69298f9601
2 changed files with 19 additions and 6 deletions

View file

@ -17,6 +17,11 @@ examples/contours/contour_retrieval_modes.rb
examples/contours/rotated-boxes.jpg
examples/convexhull.rb
examples/face_detect.rb
examples/facerec/create_csv.rb
examples/facerec/facerec_eigenfaces.rb
examples/facerec/facerec_fisherfaces.rb
examples/facerec/facerec_lbph.rb
examples/facerec/readme.md
examples/find_obj.rb
examples/houghcircle.rb
examples/inpaint.png
@ -117,12 +122,16 @@ ext/opencv/eigenfaces.h
ext/opencv/extconf.rb
ext/opencv/facerecognizer.cpp
ext/opencv/facerecognizer.h
ext/opencv/fisherfaces.cpp
ext/opencv/fisherfaces.h
ext/opencv/gui.cpp
ext/opencv/gui.h
ext/opencv/iplconvkernel.cpp
ext/opencv/iplconvkernel.h
ext/opencv/iplimage.cpp
ext/opencv/iplimage.h
ext/opencv/lbph.cpp
ext/opencv/lbph.h
ext/opencv/mouseevent.cpp
ext/opencv/mouseevent.h
ext/opencv/opencv.cpp
@ -142,7 +151,9 @@ lib/opencv/psyched_yaml.rb
lib/opencv/version.rb
ruby-opencv.gemspec
test/eigenfaces_save.xml
test/fisherfaces_save.xml
test/helper.rb
test/lbph_save.xml
test/runner.rb
test/samples/airplane.jpg
test/samples/baboon.jpg
@ -225,8 +236,10 @@ test/test_cvtermcriteria.rb
test/test_cvtwopoints.rb
test/test_cvvideowriter.rb
test/test_eigenfaces.rb
test/test_fisherfaces.rb
test/test_iplconvkernel.rb
test/test_iplimage.rb
test/test_lbph.rb
test/test_mouseevent.rb
test/test_opencv.rb
test/test_pointset.rb

File diff suppressed because one or more lines are too long