• MSmooth Avisynth插件实现一个不同寻常的概念在空间平滑。 虽然专门用于动漫,可能有用的其他地方。 滤波器是有效消除蚊子的噪音,以及有效地平滑平的区域在动漫。 不只是噪音减少宝贵的,但是低位编码所需要得到剪辑。

    的理由过滤器是简单的。 最大的投诉有关的智能更顺畅(例如)是设置的足够高的门槛得到所需的平滑毁坏了大量的细节。

    我们需要将控制的详细说明测量的平滑的应用。 在智能更顺畅和其他阈值smoothers,一个阈值的控制,这两个职能。

    此外,平滑不应该做的跨图像的边缘。 MSmooth实现这些改进。 使用它,首先设定的阈值参数,以便所需的详细的保留。 然后设定的平滑的强度。

    你可以设定非常高的平滑的长处,而不破坏保留的详细说明(因为详细地图被用来掩盖平滑的)。

  • के MSmooth Avisynth प्लगइन लागू करता है एक unusal अवधारणा में स्थानिक चौरसाई. हालांकि विशेष रूप से डिजाइन के लिए मोबाइल फोनों के लिए, यह उपयोगी हो सकता है कहीं और. के फिल्टर को हटाने में प्रभावी मच्छर शोर के रूप में अच्छी तरह के रूप में प्रभावी ढंग से चौरसाई फ्लैट क्षेत्रों में मोबाइल फोनों के लिए. न केवल शोर में कमी मूल्यवान है, लेकिन कम से कम बिट की जरूरत कर रहे हैं करने के लिए सांकेतिक शब्दों में बदलना है, जिसके परिणामस्वरूप क्लिप.

    औचित्य के लिए फ़िल्टर सरल है । सबसे बड़ी शिकायत के बारे में स्मार्ट चिकनी (उदाहरण के लिए) है कि सीमा की स्थापना के लिए पर्याप्त उच्च देने वांछित चौरसाई के लिए एक महत्वपूर्ण विस्तार की राशि है ।

    हम की जरूरत करने के लिए दसगुणा नियंत्रण के विस्तार का पता लगाने की राशि से चौरसाई लागू किया जाता है । स्मार्ट सहज और अन्य thresholded बैठे, एक सीमा नियंत्रण इन कार्यों के दोनों.

    इसके अलावा, चौरसाई नहीं किया जाना चाहिए भर में छवि के किनारों. MSmooth औजार इन दोनों के शोधन है । यह उपयोग करने के लिए, पहला सेट 'दहलीज' पैरामीटर इतना है कि वांछित विस्तार से संरक्षित है. फिर सेट चौरसाई ताकत है ।

    आप सेट कर सकते हैं बहुत ही उच्च चौरसाई ताकत को नष्ट करने के बिना संरक्षित विस्तार (क्योंकि विस्तार से नक्शा करने के लिए इस्तेमाल किया मुखौटा चौरसाई).

  • The MSmooth Avisynth plugin implements an unusal concept in spatial smoothing. Although designed specifically for anime, it may be useful elsewhere. The filter is effective at removing mosquito noise as well as effectively smoothing flat areas in anime. Not only is the noise reduction valuable, but less bits are needed to encode the resulting clip.

    The justification for the filter is simple. The biggest complaint about Smart Smoother (for example) is that setting the threshold high enough to give the desired smoothing destroys a significant amount of detail.

    We need to decouple the control of detail detection from the amount of smoothing applied. In Smart Smoother and other thresholded smoothers, one threshold controls both of these functions.

    Also, smoothing should not be done across image edges. MSmooth implements both of these refinements. To use it, first set the 'threshold' parameter so that desired detail is preserved. Then set the smoothing strength.

    You can set very high smoothing strengths without destroying the preserved detail (because the detail map is used to mask the smoothing).