上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 64 下一页
摘要: 基础图像算法denoise/sharpness、3DLUT、 HDR、superNight等; 图像美化算法如美颜、风格化等; 软硬件结合图像算法如ISP(image signal processor)算法的开发调优、白平衡、自动对焦、自动曝光控制。 图像语义算法如场景识别、物体分割、图像超分。 阅读全文
posted @ 2019-07-15 14:59 ostartech 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1、颜色空间 LAB颜色空间是基于人眼对颜色的感知,可以表示人眼所能感受到的所有颜色。L表示明度,A表示红绿色差,B表示蓝黄色差。L*a*b颜色空间用于计算机色调调整和彩色校正。它独立于设备的彩色模型实现。 HSV (色相hue, 饱和度saturation, 明度value), 也称HSB (B指 阅读全文
posted @ 2019-07-15 13:46 ostartech 阅读(330) 评论(0) 推荐(0) 编辑
摘要: cin读取输入流,遇到空格会暂停,下次继续读入剩下的,+++。 第二次全覆盖第一次。 阅读全文
posted @ 2019-07-14 17:22 ostartech 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 1、推荐 http://www.dooccn.com/cpp/ 2、https://wandbox.org/ 3、https://www.tutorialspoint.com/compile_cpp_online.php 4、https://www.anycodes.cn/#/OnlineCode 阅读全文
posted @ 2019-07-14 16:29 ostartech 阅读(7604) 评论(0) 推荐(1) 编辑
摘要: 1、 OpenCV探索之路(二十四)图像拼接和图像融合技术 - Madcola - 博客园 https://www.cnblogs.com/skyfsm/p/7411961.html 阅读全文
posted @ 2019-07-12 20:55 ostartech 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 11、目前的效果渐变已处理好。但是还存在亮度不平衡的缺点。 // Imagejoint.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "Imagejoint.h" #include <afxwin.h> #ifdef _DEBUG #def 阅读全文
posted @ 2019-07-12 20:44 ostartech 阅读(1275) 评论(0) 推荐(0) 编辑
摘要: Thoughts on the SSR400 Digital sight | The High Road https://www.thehighroad.org/index.php?threads/thoughts-on-the-ssr400-digital-sight.846925/ 以色列国防最 阅读全文
posted @ 2019-07-12 20:38 ostartech 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1、rand() rand()函数是使用线性同余法做的,它并不是真的随机数,因为其周期特别长,所以在一定范围内可以看成随机的。 rand()函数不需要参数,它将会返回0到RAND_MAX之间的任意的整数。[0, RAND_MAX],(0 and RAND_MAX included)。 如果我们想要生 阅读全文
posted @ 2019-07-11 18:04 ostartech 阅读(1934) 评论(0) 推荐(0) 编辑
摘要: 1、getline 阅读全文
posted @ 2019-07-10 20:00 ostartech 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 6、对图像拼接边界进行过渡处理。向内收进去25像素的圈,两图各占50%。 // Imagejoint.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "Imagejoint.h" #include <afxwin.h> #ifdef _DEB 阅读全文
posted @ 2019-07-10 17:38 ostartech 阅读(432) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 64 下一页