{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive
3 File Wajib Add Referensi emgu OpenCV
Emgu.CV.dll Emgu.CV.UI.dll Emgu.Util.dll … Read entire article »
Filed under: 2. BLog Research / Thesis / Disertasi
CameraCalibration Script
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using Emgu.CV.Structure; … Read entire article »
Filed under: 2. BLog Research / Thesis / Disertasi
Camera Calibration
CameraCalibration … Read entire article »
Filed under: 2. BLog Research / Thesis / Disertasi
Basic Computer Vision With EMGU
http://download.ikc.co.id/ComputerVision/ … Read entire article »
Filed under: 7. Operating System
Tutorial EMGU Apik
http://fewtutorials.bravesites.com/entries/emgu-cv-c/level-1—lets-make-a-camera-application or disini http://download.ikc.co.id/ComputerVision/Tutorial/CameraCapture.pdf … Read entire article »
Filed under: 2. BLog Research / Thesis / Disertasi
Form C# EMGU
Berikut adalah Contoh Form C# menggunakan EMGU — … Read entire article »
Filed under: 2. BLog Research / Thesis / Disertasi, Dot_NET
cannot be opened because its project type (.csproj) is not supported by this version of the application. To open it, please use a version that supports this type of project
From past few weeks whenever I tried to open any download code sample it gives me error ““cannot be opened because its project type (.csproj) is not supported by this version of the application. To open it, please use a version that supports this type of project.” I am using Visual Studio 2008 with SP1. Finally today I got the solution and it works fine for me …. Might be it will be a bug for VS-2008 Here is the solution for it. Go to Start> All Programs > Visual Studio 2008 > Visual Studio Tools > Click Visual Studio 2008 Command Prompt. Type the below command and press enter. devenv.exe /resetskippkgs It opens Visual Studio 2008 IDE and finally everything was OK . Cheers by Anand Ranjan Pandey … Read entire article »
Filed under: 7. Operating System
Dotnet_FX_Clean_Up_tools Tools Dotnet
dotnetfx_cleanup_tool … Read entire article »
Filed under: 7. Operating System, Dot_NET
SARG,SRG,CALAMARIS, SQUID REPOTS
Pada dasarnya squid sudah membuat catatan tersendiri untuk mengetahui client mengakses ke alamat browser mana saja di internet, yang berada di path /var/log/squid/access.log dengan mode text line. Namun kita akan mempermudahnya dengan menginstall calamaris yang berfungsi melihat statistik kinerja squid. Dana SARG untuk mempermudah dalam memantau client mengakses ke alamat browser mana saja di internet dengan menggunakan tampilan GUI (Graphics User Interface). … Read entire article »
Filed under: 7. Operating System