CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - cast

搜索资源列表

  1. zuidayansezhipinghengfa

    0下载:
  2. 这是纠正色偏的最大颜色值平衡法 很有效,经过测试后通过-This the biggest Color Cast correct color balance method is very effective, the test adopted
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:138822
    • 提供者:王鑫
  1. whitebanance.rar

    0下载:
  2. 对彩色图片进行白平衡调节的灰色世界法,对一些偏色图片有较好的功效,但对有些偏色比较厉害的图片效果不是很明显,Color pictures of the white balance adjustment method of the gray world, for some color cast a better picture of the effect, but the color cast of some of the picture compared powerful effect is n
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5797648
    • 提供者:夏英杰
  1. CPlusPlusTypeCast

    0下载:
  2. C++ type cast guide line. It might be useful when type cast is necessary.-N/A
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5981
    • 提供者:Jango Deng
  1. RayTrace

    1下载:
  2. 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:564101
    • 提供者:wangge
  1. ALC_Ray_Caster

    0下载:
  2. 本文介绍的剪切图像顺序光线投射,一个新的体绘制方法。这种方法使得采样数据在图像质量相当于三个尺寸,最好的射线每像素体绘制算法(全图顺序),而在同一时间计算复杂度和保留空间相干性接近已知的最快算法(剪切变形)。在剪切图片的顺序,如剪切,弯曲,体积数据集重新取样片沿平行于其他物体的射线。不同剪切变形,但象纹理为基础的方法,射线演员通过对图像的像素的平面和样品中心点是在与每个切片射线的交点。-This paper describes shear-image order ray casting, a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:235771
    • 提供者:
  1. Semantic-Segmentation

    0下载:
  2. CVPR2012_oral Weakly Supervised Structured Output Learning for Semantic Segmentation-We address the problem of weakly supervised semantic segmentation. The training images are labeled only by the classes they contain, not by their location in t
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:2200193
    • 提供者:费炳超
  1. wenlisd

    0下载:
  2. 运用纹理特征信息,进行运动目标的投射阴影去除,得到很好的前景目标-The use of texture features, cast shadows moving target removal, good prospects goal
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1694
    • 提供者:袁阳
  1. renlian-chuizhitouying

    1下载:
  2. 人脸垂直灰度积分投影matlab实现,利用灰度投曲线可以很好的看出人脸五官位置-Face vertical gray integral projection matlab implementation, the use of gray cast curve can be a good location to see facial features
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:711
    • 提供者:茜茜公主
  1. camera

    0下载:
  2. 从摄像头截取图像并进行色偏检测,运用了opencv视觉库-Color cast detection and interception of images from the camera, using the opencv Vision Library
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2317
    • 提供者:fanhuimin
  1. images_processing

    0下载:
  2. 将原程序拆分成三块: 1.由图像 -> 二维直方图的等价圆 2.对等价圆的参数进行分析,分成:色偏图像/进一步处理图像 3.对第2步骤中的图像进行提取其NNO区域图像。 4.对3的“进一步处理图像”执行1步骤,并给出结果。 5.最终将图像分为色偏图像和非色偏需再检测图像两类情况,并放到响应的文件夹内-Original program is split into three parts: 1 the image-> the equivalent two-dimens
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4273
    • 提供者:
  1. Matlab

    9下载:
  2. 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。-I finished retouching softwar
  3. 所属分类:Special Effects

    • 发布日期:2016-03-19
    • 文件大小:2165760
    • 提供者:唐诗
  1. Fusexiaozheng

    0下载:
  2. 这是一个傻瓜级照片光暗,偏色的处理程序,使用一点鼠标即可完成!-This is a fool-level picture brightness, color cast handler, use the mouse to complete it!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:143974
    • 提供者:烂脑壳
  1. BFTZ-

    0下载:
  2. 使用mathematica实现布丰投针,内容基础-Buffon needle cast using mathematica implementation, content-based
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:8550
    • 提供者:lan628406
  1. ColorConstancyNew

    0下载:
  2. 多种去除色偏的方法包括灰色世界,灰色边沿,最大RGB,灰色阴影等,能够十分有效的去除色偏-A variety of color cast removal methods include gray world, gray edge, the maximum RGB, gray shadows, can be very effective to remove color cast
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:384275
    • 提供者:郭春乐
  1. ColorContrast_1

    0下载:
  2. 将人类视觉系统与变分模型结合起来,有效地时的图像的对比度增强,还有消除色偏的作用-Combine the human visual system with the variational model, enhance the contrast of the image effectively, and eliminate the effect of color cast
  3. 所属分类:Special Effects

    • 发布日期:2017-12-11
    • 文件大小:1523833
    • 提供者:wangxufeng
  1. vxnwqv

    0下载:
  2. 小球斜抛运动,可以选择小球的高度和角度,不错的,-Cast ball oblique movement, can choose a small ball of height and Angle, good,
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:18432
    • 提供者:Leone
搜珍网 www.dssz.com