登录
首页 » Special Effects » 用photoshop制作的电视条纹图的详细制作操作

用photoshop制作的电视条纹图的详细制作操作

于 2022-04-09 发布 文件大小:38.59 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

用photoshop制作的电视条纹图的详细制作操作-Using photoshop television production pattern detailed operation

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1...
    边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp,Image2.bmp,Image3.bmp,Image4.bmp; 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 边界直方图数据和归一化后直方图数据分别保存在histogram.txt和NormalHistogram.txt中。-Border direction histogram statistics. Canny algorithm used. Testing Photo caption: (image path name in the main function AnsiString name = 1.bmp set) 1.bmp, 2.bmp used to test scaling image identification 3.bmp, 4.bmp used to test After scaling the image identification 2.bmp, 2_shift.bmp used to test post-translational image recognition. Realize the output grayscale, smooth map, edge map, as well as dual-threshold edge map after the treatment running folder should have Image1.bmp, Image2.bmp, Image3.bmp, Image4.bmp realize grayscale output, smooth map, edge map, as well as dual-threshold edge map after the treatment border histogram data an
    2023-07-29 09:00:03下载
    积分:1
  • Light separation procedures, the use of the adaptive algorithm for 2D separation...
    亮色分离的程序,使用2D的自适应算法进行分离。-Light separation procedures, the use of the adaptive algorithm for 2D separation.
    2023-08-20 21:20:02下载
    积分:1
  • c builder graphic image processing (color picking) containing the source code an...
    c++ builder 图形图象处理(颜色拾取器) 内含所需的源代码及工程文件-c builder graphic image processing (color picking) containing the source code and project documentation
    2022-03-06 11:23:18下载
    积分:1
  • 背景消除方法:利用多维高斯混合模型,建立背景模型。虽然速度慢了点,但是方法很好,希望能给大家一点帮助:)...
    背景消除方法:利用多维高斯混合模型,建立背景模型。虽然速度慢了点,但是方法很好,希望能给大家一点帮助:)
    2022-02-20 11:49:54下载
    积分:1
  • 基于matlab对灰度图像的二值化自适应阈值的算法
    基于matlab对灰度图像的二值化自适应阈值的算法-Gray image binarization adaptive algorithm
    2022-03-02 16:56:30下载
    积分:1
  • This is the Eindhoven University of Technology in the Netherlands under the guid...
    这是在荷兰埃因霍温科技大学peater教授指导下做得图形识别寻找,在一堆图形中寻找圆形,多边形等图像,理论较为简单,适合与刚开始接触Mathematic的同志们。-This is the Eindhoven University of Technology in the Netherlands under the guidance of Professor peater done looking for pattern recognition, in a pile of graphics look round, polygon, such as images, a relatively simple theory for the beginning of contact with the Mathematic comrades.
    2022-03-25 20:03:18下载
    积分:1
  • 程序代码使用Prewitt算子检测p0401 description:边缘p0402:D…
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-Procedure Code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line threshold Image segmentation method P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: morphological examples- from PCB image delete all current lines, retaining only the target chip
    2022-02-09 14:31:06下载
    积分:1
  • 这个是应用与摄像机标定的程序的模拟仿真。对场景中N条相等的平行线进行摄像机内参标定,看提供的约束有几个。其中涉及到数据的归一化处理以及L-M最优化。...
    这个是应用与摄像机标定的程序的模拟仿真。对场景中N条相等的平行线进行摄像机内参标定,看提供的约束有几个。其中涉及到数据的归一化处理以及L-M最优化。-This is the application of camera calibration and simulation procedures. Article N of the scene the same parallel line camera calibration reference, see Constraint provided there are several. Which relates to data processing as well as the normalized L-M optimized.
    2023-02-02 19:15:04下载
    积分:1
  • IPP试验算法,可以在VC6/VC7/CB5/CB6下运行。测试图为一个400*400的256灰度图。演示了如何使用IPP,显示保存等基本图像处理实现方法。...
    IPP试验算法,可以在VC6/VC7/CB5/CB6下运行。测试图为一个400*400的256灰度图。演示了如何使用IPP,显示保存等基本图像处理实现方法。-IPP test algorithm, the VC6/VC7/CB5/CB6 running. Photograph shows a test 400, 256* 400 grayscale. Demonstrated how the use of IPP, showed preserve the basic image processing method.
    2022-06-21 18:31:29下载
    积分:1
  • on mathematical calculations
    关于数学计算――计算两点间距离 英文网站,对于简单地计算涉及多边形的运算实用性、理解性比较强-on mathematical calculations-- calculate the distance between two points English website, For simple calculations involving the polygon operations practical, understanding sexual stronger
    2022-04-29 22:54:56下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载