Merge pull request #15751 from TolyaTalamanov:at/refactor-render-tests
* Refactor render tests * Fix comment to review * Move ocv render tests stuff to specific file * Add OCV prefix for render tests * Fix comments to review
This commit is contained in:
committed by
Alexander Alekhin
parent
ea5499fa51
commit
ea64bb58a5
@@ -22,7 +22,6 @@ namespace cv
|
||||
{
|
||||
namespace gapi
|
||||
{
|
||||
|
||||
namespace wip
|
||||
{
|
||||
namespace draw
|
||||
@@ -122,7 +121,7 @@ struct Poly
|
||||
cv::Scalar color; //!< The line color
|
||||
int thick; //!< The thickness of line
|
||||
int lt; //!< The Type of the line. See #LineTypes
|
||||
int shift; //!< The number of fractional bits in the point coordinates
|
||||
int shift; //!< The number of fractional bits in the point coordinate
|
||||
};
|
||||
|
||||
using Prim = util::variant
|
||||
|
||||
Reference in New Issue
Block a user