- Видео 14
- Просмотров 24 670
MIRACLE
Шри-Ланка
Добавлен 3 ноя 2020
If you like our contents, make sure to subscribe for more!
Thanks for Watching my videos, Subscribe My channel & watch more videos daily.
Thanks for Watching my videos, Subscribe My channel & watch more videos daily.
Canny Edge Detection in Verilog | Step-by-Step Implementation Tutorial | FPGA
In this video, we'll guide you through the process of implementing the Canny Edge Detection algorithm in Verilog. Learn how to create an efficient edge detection system using HDL. Perfect for students, hobbyists, and professionals looking to enhance their digital image processing skills!
#Verilog #CannyEdgeDetection #HDL #ImageProcessing #FPGA #DigitalDesign #VLSI #HardwareDesign #Tutorial #TechEducation #basys3 #fpga #canny
Join us as we delve into the fascinating world of hardware design and digital signal processing!
#Verilog #CannyEdgeDetection #HDL #ImageProcessing #FPGA #DigitalDesign #VLSI #HardwareDesign #Tutorial #TechEducation #basys3 #fpga #canny
Join us as we delve into the fascinating world of hardware design and digital signal processing!
Просмотров: 287
Видео
Unleashing Precision : The Power of Non-Max Suppression | Computer Vision
Просмотров 82Год назад
#computervision #deeplearning #algorithm #miracle #problemsolving In this exciting video, we delve into the captivating world of computer vision and explore the powerful technique known as Non-Max Suppression. Discover how this algorithm optimizes object detection models, eliminates redundant bounding boxes, and maximizes accuracy. Code Used : github.com/AKSHILMY/ComputerVisionInsights/tree/mas...
How to transparent the Command Prompt
Просмотров 483 года назад
Change the properties of the command prompt to make it transparent. Stylish CMD #transparent #commandprompt #prompt #commandline #transparentcommandline #cmd #styleCmd
All about Seven segments display in 7 minutes | SevSeg.h library | Arduino DIY
Просмотров 16 тыс.3 года назад
All about Seven segment display in 7 minutes SevSeg.h library Arduino DIY Components used: - Arduino UNO board - Seven Segment display (common cathode) - Breadboard - Jumper wires - 1 kilo ohm resistors GitHub link: github.com/DeanIsMe/SevSeg Comment below your ideas. Please like and subscribe if you like this video. Music used: Far Away by Declan DP soundcloud.com/declandp Licensing Agreement:...
Send E-mail Using Python SMTP Library
Просмотров 7123 года назад
Here, we use SMTP library of python to send an email . The email message along with the attachments are sent as per the need. SMTP library : pypi.org/project/secure-smtplib/ pip command : pip install secure-smtplib Code: github.com/AKSHILMY/Simple-Projects/blob/main/smptlib.py ⌚ Timestamps 00:00 - Intro 00:15 - Installing the SMTP library 02:59 - Setup the server 03:45 - Login Authentication 05...
Create a simple table using PrettyTable Python Library
Просмотров 1,9 тыс.3 года назад
Here, we use prettytable library in python to create a simple table in a few lines of code. prettytable library : pypi.org/project/prettytable/ pip command : pip install prettytable Music used: The Clock (instrumental) by RYYZN soundcloud.com/ryyzn Creative Commons - Attribution 3.0 Unported - CC BY 3.0 Free Download / Stream: bit.ly/al-the-clock Music promoted by Audio Library ruclips.net/vide...
Schedule Whatsapp message using python
Просмотров 4323 года назад
Here, we use pywhatkit library in python to schedule whatsapp messages using web whatsapp without manually opening the browser. Instead, we use python to automatically open and do the intended operation. pywhatkit library : pypi.org/project/pywhatkit/ pip command : pip install pywhatkit Final Code : github.com/AKSHILMY/Simple-Projects/blob/main/smptlib.py Music used: Far Away by Declan DP sound...
How to Install and record screen using the free OBS Screen Recorder | No watermarks No time limits
Просмотров 1753 года назад
OBS Studio is a free and open-source cross-platform streaming and recording program built with Qt and maintained by the OBS Project. There are versions of OBS Studio available for Microsoft Windows, macOS, Linux distributions, and BSD. It is a free screen recorder. You can record Laptop/Desktop screen, zoom meetings, Live streaming, offline video recordings, recording audio and video sources, T...
Play YouTube Video, Search and Get information from Web Using Python
Просмотров 1,3 тыс.3 года назад
Here, we use pywhatkit library in python to play You Tube videos on web , search about something on web and get information about something from web without manually opening the browser. Instead, we use python to automatically open and do the intended operation. pywhatkit library : pypi.org/project/pywhatkit/ pip command : pip install pywhatkit Final Code : github.com/AKSHILMY/Search-GetInfo-Pl...
It's helpfull for my career
Can You send source code bro
how i can made clock using 4digit 7 segment using library
How many ohs are the resistors?
Can send me pls The komplett Code?
To me I have E-1 3704AHR what could be the pin out
what if it won't fully light up? is that an issue with the wires? please help
Wallah thanks for you to let's us know how to connect it 👍
Hello, could you show how to make the circuit with transistors to control the displays made with led strip?
Wow! Thank you so much. I have been searching for NMS explanation for a long time. Thank you so much❤
What an explanation 🤯🤯🤯 Mind-blowing brother ❤
What is the maximum number of seven segment display that can be use with a single Arduino.
I noticed you didn't use the delay function to control the time variable. Any thoughts on how I would go about this since the documentation notes you have to stay award from delay?
God bless you real good!
bug sender is the best sender I've ever tried
bug sender is the best sender I've ever tried
This helped a lot with my microcontrollers project. Ty brother 🙏
Could you show how to read data from a text file into the module. If you have a lot of data you just can't be hard coding it into your program. That would look really untidy.
🚁🚁
Helicopter
🤧🤧🤧
🚁🚁
why i cant install pretty table i did like what u did, it said the version is not satifies
Nice
🔥🔥🔥
Awesome 👍
Informative 🙌
Thank you for explanation 🔥
😍
Thank You legend😍
🔥🔥🔥🤞
Gmma thinga 🔥🔥🔥
Voice nice brother
Good job🔥
Can you share İr remote codes
#include<IRremote.h> IRrecv recv(11); decode_results val; void setup() { pinMode(4,OUTPUT); pinMode(5,OUTPUT); pinMode(6,OUTPUT); pinMode(7,OUTPUT); Serial.begin(9600); recv.enableIRIn(); } void loop() { if(recv.decode(&val)){ Serial.println(val.value); recv.resume(); } delay(100); long results = val.value; if(results==33444015){ digitalWrite(4,HIGH); digitalWrite(7,HIGH); } if(results==33435855){ digitalWrite(4,LOW); digitalWrite(7,LOW); } }
@@miracle5215Can send My pleas The complet Arduino Code?
Thank you🔥 I was searching for this for a long time. This video really helped me. Great job
Great work 👍
Awesome 🤩
😍😍😍
Dudes, please add a video about how to record a video using OBS with minimum size without reducing the quality of video.
In output settings change the encoder to software (x264)
Glad to hear ideas!. We will be making a video on this. 🤩
Useful video guys 💥 Thank you 🌷
Glad you liked it!
Great job🌟 keep it up👍
🔥
❤️🔥🔥
useful content
interesting✨