mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
added cv::LUT to T-API
This commit is contained in:
@@ -60,8 +60,8 @@ PARAM_TEST_CASE(CvtColor, MatDepth, bool)
|
||||
int depth;
|
||||
bool use_roi;
|
||||
|
||||
TEST_DECLARE_INPUT_PARATEMER(src)
|
||||
TEST_DECLARE_OUTPUT_PARATEMER(dst)
|
||||
TEST_DECLARE_INPUT_PARAMETER(src)
|
||||
TEST_DECLARE_OUTPUT_PARAMETER(dst)
|
||||
|
||||
virtual void SetUp()
|
||||
{
|
||||
|
||||
@@ -69,8 +69,8 @@ PARAM_TEST_CASE(Resize, MatType, double, double, Interpolation, bool)
|
||||
double fx, fy;
|
||||
bool useRoi;
|
||||
|
||||
TEST_DECLARE_INPUT_PARATEMER(src)
|
||||
TEST_DECLARE_OUTPUT_PARATEMER(dst)
|
||||
TEST_DECLARE_INPUT_PARAMETER(src)
|
||||
TEST_DECLARE_OUTPUT_PARAMETER(dst)
|
||||
|
||||
virtual void SetUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user