code style
This commit is contained in:
parent
9c3f790edb
commit
493ac1df37
@ -152,11 +152,11 @@ namespace
|
|||||||
oAnchor.x = anchor_.x;
|
oAnchor.x = anchor_.x;
|
||||||
oAnchor.y = anchor_.y;
|
oAnchor.y = anchor_.y;
|
||||||
|
|
||||||
const int depth = CV_MAT_DEPTH(type_);
|
const int depth = CV_MAT_DEPTH(type_);
|
||||||
const int cn = CV_MAT_CN(type_);
|
const int cn = CV_MAT_CN(type_);
|
||||||
|
|
||||||
switch (depth)
|
switch (depth)
|
||||||
{
|
{
|
||||||
case CV_8U:
|
case CV_8U:
|
||||||
{
|
{
|
||||||
static const nppFilterBox8U_t funcs8U[] = { 0, nppiFilterBox_8u_C1R, 0, 0, nppiFilterBox_8u_C4R };
|
static const nppFilterBox8U_t funcs8U[] = { 0, nppiFilterBox_8u_C1R, 0, 0, nppiFilterBox_8u_C4R };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user