struct IplConvKernelFP
#include <types_c.h> struct IplConvKernelFP { // fields int anchorX; int anchorY; int nCols; int nRows; float* values; };
#include <types_c.h> struct IplConvKernelFP { // fields int anchorX; int anchorY; int nCols; int nRows; float* values; };