当前位置:网站首页>Image transformation, transpose
Image transformation, transpose
2022-07-02 08:48:00 【Code pirate captain】
Image transpose :
void imgTranspose(const uint8_t* p_img, uint8_t* p_imgTranspose, const int row, const int col)
{
for (int i = 0; i < row; i++)
{
for (int j = 0; j < col; j++)
{
p_imgTranspose[j * row + i] = p_img[i * col + j];
}
}
}
边栏推荐
猜你喜欢
HackTheBox-Gunship
Realization of basic function of sequence table
Synchronize files using unison
Routing foundation - dynamic routing
汉诺塔问题的求解与分析
C#钉钉开发:取得所有员工通讯录和发送工作通知
Driving test Baodian and its spokesperson Huang Bo appeared together to call for safe and civilized travel
Nacos download, start and configure MySQL database
OpenFeign 簡單使用
Honeypot attack and defense drill landing application scheme
随机推荐
Data asset management function
Linux二进制安装Oracle Database 19c
kubernetes部署loki日志系统
Application of kotlin - higher order function
[blackmail virus data recovery] suffix Crylock blackmail virus
Dip1000 implicitly tagged with fields
gocv图片读取并展示
Pointer initialization
Analysis of the use of comparable, comparator and clonable interfaces
sqli-labs第2关
[blackmail virus data recovery] suffix Hydra blackmail virus
File upload and download performance test based on the locust framework
gocv opencv exit status 3221225785
C# 调用系统声音 嘀~
Minecraft群组服开服
Kubernetes deploys Loki logging system
OpenFeign 簡單使用
整理秒杀系统的面试必备!!!
Solid principle: explanation and examples
Web security -- Logical ultra vires