Today I dived into OpenCV basics! Learned how to draw rectangles (cv2.rectangle) and lines (cv2.line) on images. Visualized how these simple shapes can highlight parts of an image, like faces. #OpenCV #ComputerVision #Python #MachineLearning

_kedar_18's tweet image. Today I dived into OpenCV basics!

Learned how to draw rectangles (cv2.rectangle) and lines (cv2.line) on images.

Visualized how these simple shapes can highlight parts of an image, like faces.
#OpenCV #ComputerVision #Python #MachineLearning
_kedar_18's tweet image. Today I dived into OpenCV basics!

Learned how to draw rectangles (cv2.rectangle) and lines (cv2.line) on images.

Visualized how these simple shapes can highlight parts of an image, like faces.
#OpenCV #ComputerVision #Python #MachineLearning

Raspberry Pi×OpenCVで動体検知も手軽に実装できます📹✨ 例えば「motion」やOpenCVの差分検出を使えば、画面内の動きをリアルタイムで検出可能。防犯カメラや野生動物の観察など応用も多彩です🐾 学習しながら実用的なスキルが身につくのも魅力ですね! #Python #OpenCV #RaspberryPi #動体検知

murasametech's tweet image. Raspberry Pi×OpenCVで動体検知も手軽に実装できます📹✨
例えば「motion」やOpenCVの差分検出を使えば、画面内の動きをリアルタイムで検出可能。防犯カメラや野生動物の観察など応用も多彩です🐾 

学習しながら実用的なスキルが身につくのも魅力ですね!
#Python #OpenCV #RaspberryPi #動体検知…

Day15: Playing with OpenCV to play Dr Driving 😄.. Thanks ( github: sv2441 ) for the inspiration... #opencv #machinelearing


I got image tracking running on Quest! Following the marker tracking repo by @Tks_Yoshinaga and combining it with some other #OpenCV samples I got it running with multiple concurrent markers! I'll improve and polish it up and publish the repo for you all! #PassthroughCameraAPI


Developed a real-time face detection system using Python and OpenCV! Used Haarcascade for detecting faces via webcam 📷 (Testing it... with a cute Snapchat filter)🫠 #Python #OpenCV #FaceDetection

ArpitaSharma04's tweet image. Developed a real-time face detection system using Python and OpenCV!
Used Haarcascade for detecting faces via webcam 📷
(Testing it... with a cute Snapchat filter)🫠
#Python #OpenCV #FaceDetection

Turned my MacBook webcam into a 3D gesture controller! I'm able to map any point in space—thinking of using inverse kinematics to actuate a robotic arm. Any tips? #Robotics #OpenCV


#OpenCV のあるある…w

wireless_power's tweet image. #OpenCV のあるある…w

Day 14 of becoming an ML beast 🦾 Worked on image processing with custom OpenCV kernels & practiced basic DSA on GeeksforGeeks. Small, daily wins compound into mastery. #MachineLearning #DeepLearning #OpenCV #DSA #100DaysOfCode #AI #TechGrowth

_kedar_18's tweet image. Day 14 of becoming an ML beast 🦾

Worked on image processing with custom OpenCV kernels & practiced basic DSA on GeeksforGeeks. Small, daily wins compound into mastery.

#MachineLearning #DeepLearning #OpenCV #DSA #100DaysOfCode #AI #TechGrowth
_kedar_18's tweet image. Day 14 of becoming an ML beast 🦾

Worked on image processing with custom OpenCV kernels & practiced basic DSA on GeeksforGeeks. Small, daily wins compound into mastery.

#MachineLearning #DeepLearning #OpenCV #DSA #100DaysOfCode #AI #TechGrowth

Day 27/30 of #30DaysofCode Today, I revisited a mini project I built 2 months ago resizing images with OpenCV in Python. The project takes an input image, scales it down by a set percentage, and saves the resized version. #Python #OpenCV #30DaysofCode #CodeNewbie


🧵 Day 18 — #Python progress 🐍 Built a utility called #ScreenSnapper 🎥 It captures the full screen by: -Taking repeated screenshots -Writing them into a video file with #OpenCV -Uses #pyautogui & #win32api for screen handling and automation Github : tinyurl.com/ScreenSnapper

Abhinavt456's tweet image. 🧵 Day 18 — #Python progress 🐍

Built a utility called #ScreenSnapper 🎥
It captures the full screen by:

-Taking repeated screenshots
-Writing them into a video file with #OpenCV
-Uses #pyautogui & #win32api for screen handling and automation

Github : tinyurl.com/ScreenSnapper

I vibe coded a goofy solution to remove those pesky checkered background in AI generated images - its completely private and runs in browser. not very mobile friendly yet. Take a look and give it some love over at producthunt.com/products/remov… #frontend #opencv #freeuse #vibecoding


Build an project where you can sketch your math problems and it'll detect it and give you the answers. It was a amazing project ,got to learn alot #opencv #google #GoogleDeepMind #DeepMind #Mediapipe

kanishk9Ai's tweet image. Build an project where you can sketch your math problems and it'll detect it and give you the answers. It was a amazing project ,got to learn alot #opencv #google #GoogleDeepMind #DeepMind #Mediapipe
kanishk9Ai's tweet image. Build an project where you can sketch your math problems and it'll detect it and give you the answers. It was a amazing project ,got to learn alot #opencv #google #GoogleDeepMind #DeepMind #Mediapipe
kanishk9Ai's tweet image. Build an project where you can sketch your math problems and it'll detect it and give you the answers. It was a amazing project ,got to learn alot #opencv #google #GoogleDeepMind #DeepMind #Mediapipe

後ろの子の様子を見落とさない仕組みを作っている。 今日やりたい検知はできたので、あとは通知の部分! ※ 生成された子どもたちデス #opencv #Python #nodered #子ども

riyu__li's tweet image. 後ろの子の様子を見落とさない仕組みを作っている。
今日やりたい検知はできたので、あとは通知の部分!

※ 生成された子どもたちデス

 #opencv #Python #nodered #子ども
riyu__li's tweet image. 後ろの子の様子を見落とさない仕組みを作っている。
今日やりたい検知はできたので、あとは通知の部分!

※ 生成された子どもたちデス

 #opencv #Python #nodered #子ども

保育士目線の映像できた!(最後惜しい...) #Sora2



Adaptive Thresholding > Global Thresholding 💡 It adjusts pixel thresholds locally — perfect for uneven lighting or shadow-heavy images. Master it using #Python & #OpenCV 👇 Read more info : nomidl.com/python/enhanci… #AI #MachineLearning #ComputerVision #ImageProcessing

nomidlofficial's tweet image. Adaptive Thresholding > Global Thresholding  
💡 It adjusts pixel thresholds locally — perfect for uneven lighting or shadow-heavy images.  

Master it using #Python & #OpenCV 👇  
Read more info : nomidl.com/python/enhanci…  

#AI #MachineLearning #ComputerVision #ImageProcessing

pythonでテトリスを作りました😊 #Python #CV2 #opencv


Today I dived into OpenCV basics! Learned how to draw rectangles (cv2.rectangle) and lines (cv2.line) on images. Visualized how these simple shapes can highlight parts of an image, like faces. #OpenCV #ComputerVision #Python #MachineLearning

_kedar_18's tweet image. Today I dived into OpenCV basics!

Learned how to draw rectangles (cv2.rectangle) and lines (cv2.line) on images.

Visualized how these simple shapes can highlight parts of an image, like faces.
#OpenCV #ComputerVision #Python #MachineLearning
_kedar_18's tweet image. Today I dived into OpenCV basics!

Learned how to draw rectangles (cv2.rectangle) and lines (cv2.line) on images.

Visualized how these simple shapes can highlight parts of an image, like faces.
#OpenCV #ComputerVision #Python #MachineLearning

Raspberry Pi×OpenCVで動体検知も手軽に実装できます📹✨ 例えば「motion」やOpenCVの差分検出を使えば、画面内の動きをリアルタイムで検出可能。防犯カメラや野生動物の観察など応用も多彩です🐾 学習しながら実用的なスキルが身につくのも魅力ですね! #Python #OpenCV #RaspberryPi #動体検知

murasametech's tweet image. Raspberry Pi×OpenCVで動体検知も手軽に実装できます📹✨
例えば「motion」やOpenCVの差分検出を使えば、画面内の動きをリアルタイムで検出可能。防犯カメラや野生動物の観察など応用も多彩です🐾 

学習しながら実用的なスキルが身につくのも魅力ですね!
#Python #OpenCV #RaspberryPi #動体検知…

The video captures moving vehicles, and their positions are detected using YOLOv3. Each vehicle's position is represented as a centroid, and these centroids are passed into KMeans to identify patterns. #Python #machinelearning #opencv #matplotlib, #numpy

vladrezdev's tweet image. The video captures moving vehicles, and their positions are detected using YOLOv3. Each vehicle's position is represented as a centroid, and these centroids are passed into KMeans to identify patterns.
#Python #machinelearning #opencv #matplotlib, #numpy
vladrezdev's tweet image. The video captures moving vehicles, and their positions are detected using YOLOv3. Each vehicle's position is represented as a centroid, and these centroids are passed into KMeans to identify patterns.
#Python #machinelearning #opencv #matplotlib, #numpy
vladrezdev's tweet image. The video captures moving vehicles, and their positions are detected using YOLOv3. Each vehicle's position is represented as a centroid, and these centroids are passed into KMeans to identify patterns.
#Python #machinelearning #opencv #matplotlib, #numpy

Third eye for the blind. Using openCV and RPI4 Includes: * Audio Name Calling. (Text to speech) * Speech recognition. (Speech to Text) * Database of recognized faces. * Ability to save new faces on the go. * Ability to make some controls using your voice. #OpenCV #AI #RPI4 #Tech

Oluwadamifogore's tweet image. Third eye for the blind. Using openCV and RPI4

Includes:
* Audio Name Calling. (Text to speech)
* Speech recognition. (Speech to Text)
* Database of recognized faces.
* Ability to save new faces on the go.
* Ability to make some controls using your voice.
#OpenCV #AI #RPI4 #Tech
Oluwadamifogore's tweet image. Third eye for the blind. Using openCV and RPI4

Includes:
* Audio Name Calling. (Text to speech)
* Speech recognition. (Speech to Text)
* Database of recognized faces.
* Ability to save new faces on the go.
* Ability to make some controls using your voice.
#OpenCV #AI #RPI4 #Tech

#OpenCV のあるある…w

wireless_power's tweet image. #OpenCV のあるある…w

#cursorAi #openCV #python 오직 PPT 문서와 포토샵 그리고 말 뿐만으로만든 얼굴 추적 파이선 코드 심심해서 한번 해 봤는데 단 2시간 만에 이 정도로 만들 수 있었습니다. 비록 얼굴 전면만 추적하는 거라서 전면 아니면 추적은 안 되지만 훌륭하게 구현이 돼서 놀랄 뿐입니다. 참고로 저는…

airmodel00's tweet image. #cursorAi #openCV #python

오직 PPT 문서와 포토샵 그리고 말 뿐만으로만든
얼굴 추적 파이선 코드

심심해서 한번 해 봤는데 단 2시간 만에 이 정도로
만들 수 있었습니다. 

비록 얼굴 전면만 추적하는 거라서 전면 아니면
추적은 안 되지만 훌륭하게 구현이 돼서

놀랄 뿐입니다. 

참고로 저는…
airmodel00's tweet image. #cursorAi #openCV #python

오직 PPT 문서와 포토샵 그리고 말 뿐만으로만든
얼굴 추적 파이선 코드

심심해서 한번 해 봤는데 단 2시간 만에 이 정도로
만들 수 있었습니다. 

비록 얼굴 전면만 추적하는 거라서 전면 아니면
추적은 안 되지만 훌륭하게 구현이 돼서

놀랄 뿐입니다. 

참고로 저는…

みんな大好きlenaさんのモザイク図をNeopixel(10×10)に表示させてみた。 いまいちな予感。 #RaspberryPi #Neopixel #OpenCV

Tanuki_Bayashin's tweet image. みんな大好きlenaさんのモザイク図をNeopixel(10×10)に表示させてみた。
いまいちな予感。
#RaspberryPi #Neopixel #OpenCV
Tanuki_Bayashin's tweet image. みんな大好きlenaさんのモザイク図をNeopixel(10×10)に表示させてみた。
いまいちな予感。
#RaspberryPi #Neopixel #OpenCV
Tanuki_Bayashin's tweet image. みんな大好きlenaさんのモザイク図をNeopixel(10×10)に表示させてみた。
いまいちな予感。
#RaspberryPi #Neopixel #OpenCV

Day 14 of becoming an ML beast 🦾 Worked on image processing with custom OpenCV kernels & practiced basic DSA on GeeksforGeeks. Small, daily wins compound into mastery. #MachineLearning #DeepLearning #OpenCV #DSA #100DaysOfCode #AI #TechGrowth

_kedar_18's tweet image. Day 14 of becoming an ML beast 🦾

Worked on image processing with custom OpenCV kernels & practiced basic DSA on GeeksforGeeks. Small, daily wins compound into mastery.

#MachineLearning #DeepLearning #OpenCV #DSA #100DaysOfCode #AI #TechGrowth
_kedar_18's tweet image. Day 14 of becoming an ML beast 🦾

Worked on image processing with custom OpenCV kernels & practiced basic DSA on GeeksforGeeks. Small, daily wins compound into mastery.

#MachineLearning #DeepLearning #OpenCV #DSA #100DaysOfCode #AI #TechGrowth

Raspberry PiとOpenCVを使った動体検知、実はPython初心者にもすごくオススメです✨ この記事ではカメラ映像から動きがあった瞬間を検知して画像を保存する仕組みを解説しています📷 ハードもソフトも学べて、実践的なスキルが身につきます! #Python #RaspberryPi #OpenCV #動体検知

murasametech's tweet image. Raspberry PiとOpenCVを使った動体検知、実はPython初心者にもすごくオススメです✨

この記事ではカメラ映像から動きがあった瞬間を検知して画像を保存する仕組みを解説しています📷

ハードもソフトも学べて、実践的なスキルが身につきます!
#Python #RaspberryPi #OpenCV #動体検知…

#OpenCV 4.8.0 just out with 18 commits from me after a long break. github.com/opencv/opencv/…

dkurtaev's tweet image. #OpenCV 4.8.0 just out with 18 commits from me after a long break.

github.com/opencv/opencv/…

#OpenCV のDNNモジュール MobileNet での物体認識 #Raspi #ZeroW 2019

elec_leak's tweet image. #OpenCV のDNNモジュール MobileNet での物体認識
#Raspi #ZeroW 2019

"🖼️ Converting colorful images to grayscale and adding an analysis of Gaussian Blur using #Python and #OpenCV! 🎨 Picture credits: @SiddiquiAhmed68 🔍 Then, let's dive into feature extraction for enhanced analysis! 💡 #ImageProcessing #ComputerVision"

JawadMonghol's tweet image. "🖼️ Converting colorful images to grayscale and adding an analysis of Gaussian Blur using #Python and #OpenCV! 🎨 Picture credits: @SiddiquiAhmed68

🔍 Then, let's dive into feature extraction for enhanced analysis! 💡 #ImageProcessing #ComputerVision"

Started working with OpenCV on Android. And the complex part was to change the image sharpness. This one func took me a whole day to be done. Tons of articles, but no one explains how to change the value dynamically. #AndroidDev #opencv

mobiledev_pro's tweet image. Started working with OpenCV on Android. And the complex part was to change the image sharpness. This one func took me a whole day to be done.
Tons of articles, but no one explains how to change the value dynamically.

#AndroidDev #opencv

OpenCVで画像をピクセルアート風にするプログラム描いてみた #opencv #pixelart

snkyt07's tweet image. OpenCVで画像をピクセルアート風にするプログラム描いてみた #opencv #pixelart
snkyt07's tweet image. OpenCVで画像をピクセルアート風にするプログラム描いてみた #opencv #pixelart

PythonでOpenCVを使って画像に写ってる人物の顔認識やってみましたがうまくいきました😄 機械学習モデルなどは使っていません。 実装したコードはリプ欄にて掲載してます↓ #python #opencv #プログラミング

murasametech's tweet image. PythonでOpenCVを使って画像に写ってる人物の顔認識やってみましたがうまくいきました😄
機械学習モデルなどは使っていません。

実装したコードはリプ欄にて掲載してます↓
#python #opencv #プログラミング

Loading...

Something went wrong.


Something went wrong.


United States Trends