Unit trust exam
Monday, June 20, 2016
Friday, June 10, 2016
Tuesday, May 10, 2016
opencv car counting
Prerequisite:
OpenCV C++ Installation/Configuration:
YouTube video: https://www.youtube.com/watch?v=7SM5O...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 1: OpenCV 3 Play Video File C++
YouTube video: https://www.youtube.com/watch?v=VE-1U...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 2: OpenCV 3 Image Subtraction C++
YouTube video: https://www.youtube.com/watch?v=5SzNu...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 3: OpenCV 3 Mouse Move Prediction Algorithm C++
YouTube video: https://www.youtube.com/watch?v=Tbcn7...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 4: OpenCV 3 Multiple Object Tracking by Image Subtraction C++ full source code
YouTube video: https://www.youtube.com/watch?v=A4UDO...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 5: OpenCV 3 Car Counting C++ full source code
YouTube video: https://www.youtube.com/watch?v=Y3ac5...
GitHub repository: https://github.com/MicrocontrollersAn...
OpenCV C++ Installation/Configuration:
YouTube video: https://www.youtube.com/watch?v=7SM5O...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 1: OpenCV 3 Play Video File C++
YouTube video: https://www.youtube.com/watch?v=VE-1U...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 2: OpenCV 3 Image Subtraction C++
YouTube video: https://www.youtube.com/watch?v=5SzNu...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 3: OpenCV 3 Mouse Move Prediction Algorithm C++
YouTube video: https://www.youtube.com/watch?v=Tbcn7...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 4: OpenCV 3 Multiple Object Tracking by Image Subtraction C++ full source code
YouTube video: https://www.youtube.com/watch?v=A4UDO...
GitHub repository: https://github.com/MicrocontrollersAn...
Part 5: OpenCV 3 Car Counting C++ full source code
YouTube video: https://www.youtube.com/watch?v=Y3ac5...
GitHub repository: https://github.com/MicrocontrollersAn...
Thursday, January 21, 2016
Tuesday, October 27, 2015
Excel get 5 digit number from a string in a cell
Excel get 5 digit number from a string in a cell.
It might be a postcode or whatever you can think of a 5 digit or any digit number.
=LOOKUP(2,1/(MMULT(0+(ISNUMBER(-MID(" "&H95,ROW(INDIRECT("1:"&LEN(H95)))+{0,1,2,3,4,5,6},1))+0={0,1,1,1,1,1,0}),{1;1;1;1;1;1;1})=7),MID(H95,ROW(INDIRECT("1:"&LEN(H95))),5))
Monday, September 28, 2015
Tuesday, September 15, 2015
How to prevent favicon.ico making extra http request
Here how.
UPDATE 1:
From the comments (jpic) it looks like Firefox >= 25 doesn't like the above syntax anymore. I tested on Firefox 27 and it doesn't work while it still work on Webkit/Chrome.
So here is the new one that should cover all recent browsers. I tested Safari, Chrome and Firefox:
<link rel="icon" href="data:;base64,="> I left out the "shortcut" name from the "rel" attribute value since that's only for older IE and versions of IE < 8 doesn't like dataURIs either. Not tested on IE8.
UPDATE 2:
If you need your document to validate against HTLM5 use this instead:
<link rel="icon" href="data:;base64,iVBORw0KGgo="Tuesday, August 4, 2015
Monday, July 27, 2015
Thursday, July 9, 2015
Subscribe to:
Posts (Atom)
Proxmox installation display out of range
Reference: https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/
-
Original Source :: http://en.irfanview-forum.de/viewtopic.php?t=490 /one - force 'Only one instance' /fs - force Full Screen displa...
-
Original Source:: http://www.zytrax.com/tech/pc/serial.html Tech Info - USB and Firewire USB and FireWire (IEEE 1394a and b) represent the...



