<?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: park5</title>
    <description>The latest articles on DEV Community by park5 (@park5).</description>
    <link>https://dev.to/park5</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F856765%2F9c3b70cc-d0aa-469a-aedd-608445ef64db.png</url>
      <title>DEV Community: park5</title>
      <link>https://dev.to/park5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/park5"/>
    <language>en</language>
    <item>
      <title>for beginners OpenCV python(#1 - install)</title>
      <dc:creator>park5</dc:creator>
      <pubDate>Tue, 03 May 2022 04:46:44 +0000</pubDate>
      <link>https://dev.to/park5/for-beginners-opencv-python1-install-i70</link>
      <guid>https://dev.to/park5/for-beginners-opencv-python1-install-i70</guid>
      <description>&lt;h2&gt;
  
  
  Install OpenCV in your OS
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;please install on your virtual environment&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;terminal
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install opencv-python
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VOSJTcLW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zresm5ukotb8bclcg3ru.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VOSJTcLW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zresm5ukotb8bclcg3ru.png" alt="install screen" width="880" height="223"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;if you want to check your opencv version, run it&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip list

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GFg0fl_b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tdb12xzvmhst1yph0ku3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GFg0fl_b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tdb12xzvmhst1yph0ku3.png" alt="list screen" width="370" height="176"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;source code
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="nn"&gt;cv2&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;cv&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;if no error message, successfully installed&lt;/strong&gt;.  &lt;/p&gt;




&lt;blockquote&gt;
&lt;h3&gt;
  
  
  tip
&lt;/h3&gt;
&lt;/blockquote&gt;

&lt;p&gt;if you want to check your opencv version fastly. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;source code
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="k"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;cv&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;__version__&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>python</category>
      <category>opencv</category>
    </item>
  </channel>
</rss>
