CShade

所属分类:图形图像处理
开发工具:HLSL
文件大小:0KB
下载次数:0
上传日期:2023-08-01 07:14:50
上 传 者sh-1993
说明:  ReShade的图像和视频处理着色器(卷积、光流等),
(Image and video processing shaders for ReShade (convolutions, optical flow, etc.),)

文件列表:
LICENSE (1518, 2023-12-16)
_config.yml (56, 2023-12-16)
shaders/ (0, 2023-12-16)
shaders/cAbberation.fx (1102, 2023-12-16)
shaders/cAutoExposure.fx (3740, 2023-12-16)
shaders/cBilateral.fx (1233, 2023-12-16)
shaders/cBlending.fx (2027, 2023-12-16)
shaders/cBlockMatching.fx (4576, 2023-12-16)
shaders/cBloom.fx (10536, 2023-12-16)
shaders/cCensusTransform.fx (2395, 2023-12-16)
shaders/cCheckerBoard.fx (856, 2023-12-16)
shaders/cChromaticity.fx (1979, 2023-12-16)
shaders/cCircles.fx (1446, 2023-12-16)
shaders/cColorBand.fx (770, 2023-12-16)
shaders/cColorBlendOp.fx (592, 2023-12-16)
shaders/cDefault.fx (242, 2023-12-16)
shaders/cDiscBlur.fx (2244, 2023-12-16)
shaders/cEnsor.fx (1509, 2023-12-16)
shaders/cFrameBlending.fx (1163, 2023-12-16)
shaders/cGaussianBlur.fx (1917, 2023-12-16)
shaders/cGrain.fx (1243, 2023-12-16)
shaders/cGrayscale.fx (1311, 2023-12-16)
shaders/cLetterBox.fx (816, 2023-12-16)
shaders/cMedian.fx (2529, 2023-12-16)
shaders/cMotionBlur.fx (6338, 2023-12-16)
shaders/cNoiseBlur.fx (1684, 2023-12-16)
shaders/cOpticalFlow.fx (9700, 2023-12-16)
shaders/cOverlay.fx (2433, 2023-12-16)
shaders/cPixelate.fx (568, 2023-12-16)
shaders/cPyramidBlur.fx (9255, 2023-12-16)
shaders/cShard.fx (955, 2023-12-16)
shaders/cTemplateMatching.fx (2711, 2023-12-16)
shaders/cThreshold.fx (1482, 2023-12-16)
shaders/cTransform.fx (1678, 2023-12-16)
shaders/kContour.fx (8315, 2023-12-16)
shaders/kDatamosh.fx (11777, 2023-12-16)
... ...

# CShade ## About CShade is an HLSL shader collection for ReShade. CShade introduces conventional image and video processing effects from a different angle. CShade also includes `.fxh` files that contain algorithms used in the collection. ## Effects ### Adaptive Exposure CShade features an adaptive-exposure shader that uses hardware blending for temporal smoothing. The shader also features spot-metering, allowing users to expose their image depending on an area. ### Image Processing CShade features shaders that deal with getting information about an image. - Census transformation - Convolutions - Chromaticity - Edge-detection - Grayscale ### Video Processing CShade features real-time motion estimation and feature-matching shaders. - Hierarchal block-matching - Lucas-Kanade optical flow - Template-matching ### Post Processing CShade features shaders that filter images for aesthetics. - Backbuffer blending - Dual-Kawase bloom - Film-grain - Sharpening - Vignetting ## Coding Convention Practice | Elements -------- | -------- **ALLCAPS** | system semantics state parameters **ALL_CAPS** | preprocessor (macros & arguments) **_SnakeCase** | variables (uniform) **SnakeCase** | variables (local & global) method arguments **Snake_Case** | data subcatagory **PREFIX_Data** | `struct` `PixelShader` `VertexShader` ## Acknowledgments - [The Forgotten Hope Team](http://forgottenhope.warumdarum.de/) Major knowledge-base and inspiration. - [The Project Reality Team](https://www.realitymod.com/) memes - [The ReShade Community](https://reshade.me/) Where the coding journey started. - [Vietnamese Student Association](https://www.instagram.com/asu.vsa) The community I needed. - Family, friends, and acquaintances You know who you are.

近期下载者

相关文件


收藏者