mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #19164 from fpetrogalli:tranform_16u
This commit is contained in:
commit
663bd73518
@ -1537,7 +1537,7 @@ transform_8u( const uchar* src, uchar* dst, const float* m, int len, int scn, in
|
|||||||
static void
|
static void
|
||||||
transform_16u( const ushort* src, ushort* dst, const float* m, int len, int scn, int dcn )
|
transform_16u( const ushort* src, ushort* dst, const float* m, int len, int scn, int dcn )
|
||||||
{
|
{
|
||||||
#if CV_SIMD && !defined(__aarch64__) && !defined(_M_ARM64)
|
#if CV_SIMD
|
||||||
if( scn == 3 && dcn == 3 )
|
if( scn == 3 && dcn == 3 )
|
||||||
{
|
{
|
||||||
int x = 0;
|
int x = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user