搜索资源列表
HSIimg
- 实现的类可以将每个图片转成hsi颜色空间的图片并显示。在main函数中实现一个文件夹下对于视频的递归遍历,将每个视频中的每一帧取出,进行变换,最后将每个视频中所有帧的亮度值(hsi空间中的i)化成折线图输出并存储为图片,在亮度变化特别大的点用圆点圈出,图片存在视频所在目录下。由于要实现对视频中所有帧的处理,为了加快速度因此单独的将每幅图转成hsi之后现实出来的那三个窗口被注释掉了(否则会现),需要的去掉hsi.cpp后面的那几行注释符号就可以。想要转换颜色空间的,只需要单独用的可以只使用hsi.
normizeimage
- 用于遍历一个文件夹下所有的图片文件,对图片进行归一化,同时还进行翻转,对于机器学习制作样本,归一化非常有用(环境opencv2.2 vc2010)-Traverse a folder for all image files, the picture is normalized, while the flip, making samples for machine learning, normalization is very useful (Environmental opencv2.2 vc2
duwenjiand
- 遍历文件夹下的所有图片的代码,基于VS2008编写,内有注释,代码运行速度很快-Traverse Folder all photos of the code based on VS2008 written within the annotated code to run fast
ImageComp
- JAVA遍历文件夹使文件夹内多张图片合成到一张图片 并且按照特定的顺序进行排列 可以根据母图片的不同大小进行自适应-JAVA Traverse Folder folder within a multi-picture synthesis to a picture and arranged in a specific order according to the mother of the different sizes of the pictures adaptively
Image-traversal
- 给定一个文件夹,遍历该文件夹下面所包含的所有图像,并将相应信息返回在一个结构体中-Given a folder, traverse the folder that contains all of the images below, and will return the appropriate information in a struct
untitled1
- 在文件夹内遍历搜索需要滤波的图像,并转换为numpy数组(Traversing within folders searches for images that need to be filtered)
