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

removed some unused codes, and uniformed code format

This commit is contained in:
ser1zw 2011-08-12 03:04:22 +09:00
parent 42c6f5cc37
commit 14659f0f90
39 changed files with 119 additions and 172 deletions

View file

@ -12,10 +12,10 @@
* Document-class: OpenCV::CvClice
*
* C structure is here, very simple.
* typdef struct CvSlice{
* typdef struct CvSlice {
* int start_index;
* int end_index;
* }CvSlice;
* } CvSlice;
*/
__NAMESPACE_BEGIN_OPENCV
__NAMESPACE_BEGIN_CVSLICE