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:
parent
42c6f5cc37
commit
14659f0f90
39 changed files with 119 additions and 172 deletions
|
@ -12,12 +12,12 @@
|
|||
|
||||
#include "opencv.h"
|
||||
|
||||
#define __NAMESPACE_BEGIN_CVLINE namespace cCvLine{
|
||||
#define __NAMESPACE_BEGIN_CVLINE namespace cCvLine {
|
||||
#define __NAMESPACE_END_CVLINE }
|
||||
|
||||
__NAMESPACE_BEGIN_OPENCV
|
||||
|
||||
typedef struct CvLine{
|
||||
typedef struct CvLine {
|
||||
float rho;
|
||||
float theta;
|
||||
} CvLine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue