jingweimo的个人博客分享 http://blog.sciencenet.cn/u/jingweimo

博文

按标题搜索
[转载]Arduino prototyping
2019-5-2 06:27
Arduino prototyping This is a design for an open-source prototyping shield for Arduino NG/Diecimila. It has tons of cool features, to make prototyping on your Arduino easy. Compatible with NG or Diecimila Reset button up top ICSP header Lots of GND a ...
1793 次阅读|没有评论
Relay Module interfacing with Arduino and NI-DAQ
2019-5-2 05:30
Relay Module A relay is basically a switch which is operated by an electromagnet. The electromagnet requires a small voltage to get activated which we will give from the Arduino and once it is activated, it will pull the contact to make the high voltage circuit. The relay module we are going to us ...
6745 次阅读|没有评论
[转载]Image Segmentation Using Color Spaces
2019-4-30 04:19
It may be the era of deep learning and big data, where complex algorithms analyze images by being shown millions of them, but color spaces are still surprisingly useful for image analysis. Simple methods can still be powerful. In this article, you will learn how to simply segment an object from a ...
2244 次阅读|没有评论
[转载]Understanding your Electrical Service, 120V vs. 240V
2019-4-7 05:06
When performing home inspection many times I will have discussions with my clients on the home’s electrical supply and how it is wired. Out of this it was apparent that most people do not have a basic understanding of how electrical power is distributed to and throughout the home. And ...
1667 次阅读|没有评论
[转载]OpenCV GPU CUDA Performance Comparison (nvidia vs intel)
2019-3-25 00:15
In this post I am going to use the OpenCV’s performance tests to compare the CUDA and CPU implementations. The idea, is to get an indication of which OpenCV and/or Computer Vision algorithms, in general, benefit the most from GPU acceleration, and therefore, under what circumstances it might be a ...
1667 次阅读|没有评论
Build OpenCV4.0.1 contrib modules with Cuda enabled
2019-3-24 22:48
General configuration for OpenCV 4.0.1 ===================================== Version control: unknown Extra modules: Location (extra): D:/Software/Programming/OpenCV/ opencv_contrib-4.0.1/modules Versi ...
3742 次阅读|没有评论
[转载]Qt Has a Solution for All Your Timing Needs
2019-3-14 22:41
You have probably used the QTimer class for basic timing operations in Qt. Common use cases include polling for events (not always a good approach, but sometimes necessary), updating the user interface or performing some other function at regular intervals. And you probably know about t ...
1845 次阅读|没有评论
[转载]Hall Effect Sensor with Arduino
2019-3-5 11:21
How to Use a Hall Effect Sensor With Arduino Have you ever wanted to make a project that involved contactless sensing, for example, to detect a door closing, count the number of revolutions of a wheel, or make a speedometer? Then this Arduino Hall effect sensor tutorial ...
2499 次阅读|没有评论
[转载]Machine Learning vs Statistical Learning
2019-3-3 10:26
There is a subtle difference between statistical learning models and machine learning models. Statistical learning involves forming a hypothesis before we proceed with building a model. The hypothesis could involve making certain assumptions which we validate after building the models. ...
1330 次阅读|没有评论
[转载]Hydraulics vs Pneumatics 
2019-2-28 03:01
In the world of fluid power application, the difference between hydraulics and pneumatics are often comprehensively covered. These two kinds of power circuits are actually similar in a number of ways in that they both use a fluid to channel mechanical energy as well as in the executions, t ...
1942 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-29 07:16

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部