<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: prasanth </title>
    <description>The latest articles on DEV Community by prasanth  (@codescriptcreator).</description>
    <link>https://dev.to/codescriptcreator</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1328405%2F07a3e866-3a91-4c4c-b7c4-2665413514fc.jpg</url>
      <title>DEV Community: prasanth </title>
      <link>https://dev.to/codescriptcreator</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codescriptcreator"/>
    <language>en</language>
    <item>
      <title>webcam effects in javascript</title>
      <dc:creator>prasanth </dc:creator>
      <pubDate>Fri, 08 Mar 2024 20:28:21 +0000</pubDate>
      <link>https://dev.to/codescriptcreator/webcam-effects-in-javascript-14d0</link>
      <guid>https://dev.to/codescriptcreator/webcam-effects-in-javascript-14d0</guid>
      <description>&lt;p&gt;Hi... i am a programming enthusiastic, working on implementing useful utilities in popular programming languages.&lt;br&gt;
Today i am sharing my new webcam image effects project.&lt;br&gt;
we can apply the effects to webcam,uploaded image,video.&lt;br&gt;
some effects are RGBsplit,Thermalcolor,Nightvision,Spycam...etc.&lt;br&gt;
code link is below. support and share.&lt;br&gt;
&lt;a href="https://github.com/prasanthcodes/webcam-image-effects"&gt;https://github.com/prasanthcodes/webcam-image-effects&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi6bhzabl8124w74dt919.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi6bhzabl8124w74dt919.png" alt="Image description" width="800" height="366"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>effects</category>
      <category>webcam</category>
      <category>image</category>
    </item>
    <item>
      <title>Local Texture Features in Javascript</title>
      <dc:creator>prasanth </dc:creator>
      <pubDate>Tue, 05 Mar 2024 14:16:52 +0000</pubDate>
      <link>https://dev.to/codescriptcreator/local-texture-features-in-javascript-3e0e</link>
      <guid>https://dev.to/codescriptcreator/local-texture-features-in-javascript-3e0e</guid>
      <description>&lt;p&gt;I am a Data scientist, working on implementing Machine Learning models. Machine Learning process starts with input dataset and extracting its features to feed to ML models.&lt;/p&gt;

&lt;p&gt;For image based datasets the texture feature extraction is an important step. choosing a good texture feature is very much help to improve the ML model accuracy.&lt;/p&gt;

&lt;p&gt;some of the texture features are&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. Local Binary Pattern (LBP)
2. Local Gradient Pattern (LGP)
3. Local Ternary Pattern (LTP)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;There are many occasions when we need to quickly visualize a texture feature. so i decided to implement an image feature visualizer in vanilla javascript.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmqj4iaqrwhh0hncj8u8r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmqj4iaqrwhh0hncj8u8r.png" alt="Image description" width="660" height="609"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;see the code below.&lt;br&gt;
&lt;a href="https://github.com/prasanthcodes/image-features-visualizer"&gt;https://github.com/prasanthcodes/image-features-visualizer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;support and feedback. 👍&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fanyff0d4cv4du4gw0qh3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fanyff0d4cv4du4gw0qh3.png" alt="Image description" width="640" height="272"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff4kix5ng3tqqfz5rpfpi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff4kix5ng3tqqfz5rpfpi.png" alt="Image description" width="200" height="180"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>machinelearning</category>
      <category>image</category>
      <category>features</category>
    </item>
  </channel>
</rss>
