当前位置:网站首页>HarmonyOS图像处理应用开发实战直播笔记
HarmonyOS图像处理应用开发实战直播笔记
2022-07-26 22:45:00 【快乐学习吧】

获得图像特征 (图像增强)比如滤镜
PixelMap

整型数组
openCV 需要经过交叉编译
BoofCV 一系列Java包
主要接口

EX1.
1.获得资源 2.获得二进制流bit数组 3.

(注意坑)这里readPixels 只能通过这个接口与方式来读取文件资源



EX2.

1.创建image 2.load pm对象 3.转化为planner(图像类) 4.灰度图加载为图像并转化为pixelmap
(数字图像处理这门课涉及图像处理)
EX3.
借助库实现滤镜
tensorflow pytouch
1.学习数字图像处理(图像处理底层操作)2.经典传统图像处理3.明白深度学习能够干什么,与之前相比有什么不同(老师学习深度学习的体会)
直方图均衡化 equelize()
EX4.
边缘检测

抽取信息 车辆有没有偏航
使用canva算子 图像处理库都有这样的算子
canva算子的原理,其中思想可移植学习 (视觉算法工程师)



关键技术

预处理



像素点集合保存到链表中


边栏推荐
- Shell(10)数组和冒泡排序
- Shell (10) array and bubble sort
- 六、if语句
- iptables
- 4.1 It is super simple to install QT without using Sogou Chinese input method
- How should CDC be configured for Oracle cluster mode? I can run normally in stand-alone mode, but I can't read the increment in cluster mode
- Web Service (04) -- Introduction and construction of lamp +discuz Forum
- 【CANN训练营】走进媒体数据处理(下)
- Typescript 14 starting from 0: built in tool type
- Understanding and learning of internal classes
猜你喜欢
随机推荐
Shell script - automatically deploy DNS services
动态规划(背包问题)
Shell
Typescript 14 starting from 0: built in tool type
Web services (02) - Web server middleware
【CANN训练营】走进媒体数据处理(下)
25PXE高效批量网络装机
Naive Bayes multiclass training model
39安装 LNMP
Makefile
Shell (13) Three Musketeers
How should CDC be configured for Oracle cluster mode? I can run normally in stand-alone mode, but I can't read the increment in cluster mode
4、 Operation of numerical variables
散户股票开户哪个证券公司好,哪个更安全
作业1-4学习笔记
[ctf attack and defense world] questions about cookies in the web area
System safety and Application
Shell(6)if判断
进程与计划任务管理
Shell (8) cycle



![[by pass] bypass method of WAF](/img/dd/7204b2401a9f18c02c8b9897258905.png)





