Download: Yawcam 0.6.0: yet another web camera

me1237guy 發表在 痞客邦 留言(1) 人氣()

接續先前<Revit 繪製一樓樓板練習>, 準備來幫這些建好的樓層來增加牆面

me1237guy 發表在 痞客邦 留言(0) 人氣()


me1237guy 發表在 痞客邦 留言(0) 人氣()

英文版UI

me1237guy 發表在 痞客邦 留言(0) 人氣()

http://xbim.codeplex.com

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. “Quick Select" in revit?

2. Count on Revit

3. RQSelect (Revit Quick Select)  CMI Tools for Revit

4. Quick Select similar items

5. Quick Select Using Revit Filters (Youtube)

6. Lesson 5: Simple Selection of a Group

me1237guy 發表在 痞客邦 留言(0) 人氣()

Visual Studio 2015 新增了許多功能,

me1237guy 發表在 痞客邦 留言(0) 人氣()

Python(x,y)-2.7.3.0

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. Select Visaul C#, Windows, Universal

me1237guy 發表在 痞客邦 留言(0) 人氣()

This is my first time to study GPU-accelerated LIBSVM, which is an accerlated version of original LIBSVM.

A video on YOUTUBE demonstrates such a powerful tool.

I think you will love it espcially when you have a lot of features to train by using LIBSVM.

me1237guy 發表在 痞客邦 留言(0) 人氣()

Common Tool for Visual C++ 2015

me1237guy 發表在 痞客邦 留言(0) 人氣()

Download

Windows 10 IoT Core Release Image for Raspberrry Pi 2

Visual Studio 2015

-----------------------------------------------------------------------------------------------------------

After you downloaded Win 10 IoT Core, uncompressed 10586.0.151029-1700.TH2_Release_IOTCoreRPi_armFRE

me1237guy 發表在 痞客邦 留言(0) 人氣()

convex and concave 中文直譯: 凸凹

me1237guy 發表在 痞客邦 留言(1) 人氣()

下載MIMIC Database[1]

me1237guy 發表在 痞客邦 留言(0) 人氣()

可以先到 http://secs.itri.org.tw/

me1237guy 發表在 痞客邦 留言(0) 人氣()

incandescent lamps 白熾燈

me1237guy 發表在 痞客邦 留言(0) 人氣()

下載 Boost C++ Libraries 依照你的Visual Studio 選擇適合的版本

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

問題描述:

me1237guy 發表在 痞客邦 留言(1) 人氣()


me1237guy 發表在 痞客邦 留言(0) 人氣()

Viola–Jones object detection[1][7]

包含下列四個步驟


me1237guy 發表在 痞客邦 留言(1) 人氣()

Microsoft 推出許多認知服務相關的API,

me1237guy 發表在 痞客邦 留言(0) 人氣()

請先參考下面這一篇, 篩選RGB得到顏色範圍內的遮罩
    • RGB顏色範圍內的遮罩應用 Part II

    • ----------------------------------------------------

    • 先來認識inRange函式定義

    • inRange

      Checks if array elements lie between the elements of two other arrays.

me1237guy 發表在 痞客邦 留言(0) 人氣()

請先參考下面這一篇, 建立所需的編譯環境

RGB顏色範圍內的遮罩應用 Part I: Visual Studio 2013編譯環境建構

me1237guy 發表在 痞客邦 留言(0) 人氣()

首先, 先下載安裝OpenCV2.4.10, 安裝方式請參考下面這篇:

me1237guy 發表在 痞客邦 留言(0) 人氣()

先下載OpenCV 2.4.10

me1237guy 發表在 痞客邦 留言(0) 人氣()

官網下載

me1237guy 發表在 痞客邦 留言(0) 人氣()


me1237guy 發表在 痞客邦 留言(0) 人氣()

http://www.boost.org/ 下載最新版本

me1237guy 發表在 痞客邦 留言(0) 人氣()

音符[1] Do, Re, Mi, Fa, Sol, La, Si

me1237guy 發表在 痞客邦 留言(0) 人氣()

  • Creating Various Types of Image ROIs by Drawing Lines, Rectangles or Eclipses


me1237guy 發表在 痞客邦 留言(0) 人氣()

4/21 這一天為小一的學期的期中考,

me1237guy 發表在 痞客邦 留言(0) 人氣()

以下是參考官方文件[1] Image Segmentation with Distance Transform and Watershed Algorithm

me1237guy 發表在 痞客邦 留言(0) 人氣()

http://www3.ee.nihs.tp.edu.tw/plc/

me1237guy 發表在 痞客邦 留言(0) 人氣()

之前有寫過一篇關於OpenCV像素取/存值的方式[1]

me1237guy 發表在 痞客邦 留言(0) 人氣()

How to Create an OpenCV C++ DLL and To be Used in C# Windows Form Project?

me1237guy 發表在 痞客邦 留言(6) 人氣()

  • Mar 10 Thu 2016 20:36
  • 借書


me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

以往我的做法是”COM”+數字(1~16)

me1237guy 發表在 痞客邦 留言(0) 人氣()

 
#include "stdafx.h"
#include <opencv2\core\core.hpp>
#include <opencv2\highgui\highgui.hpp>
#include <iostream>
 
using namespace std;
using namespace cv;
 
void AddNoise(Mat image, int numPts);                 // 加入雜訊
int _tmain(int argc, _TCHAR* argv[])
{
    char *path = "C:\\OpenCV\\images\\lena.jpg";
    Mat image;
 
    // 載入圖檔
    image = imread(path, CV_LOAD_IMAGE_COLOR);
 
 
    // 檢查讀檔是否成功
    if(! image.data )
    {
        cout <<  "無法開啟或找不到圖檔" << std::endl ;
        return -1;
    }
 
 
 
    namedWindow("original image",  CV_WND_PROP_AUTOSIZE);
    imshow("original image", image);
    //-------------------------------------    
    int numPts = 10000;
    AddNoise(image, numPts);
    namedWindow("image with noise",  CV_WND_PROP_AUTOSIZE);
    imshow("image with noise",  image);
    waitKey(0);
    getchar();
    return 0;
}

me1237guy 發表在 痞客邦 留言(0) 人氣()

MSDN官方網頁並沒有標記5,2,15,4

me1237guy 發表在 痞客邦 留言(0) 人氣()

整理之前的資料, 希望做到下列功能

me1237guy 發表在 痞客邦 留言(2) 人氣()

最近小朋友開始學習硬幣50元, 10元, 5元, 1元,

me1237guy 發表在 痞客邦 留言(0) 人氣()

展示影片

me1237guy 發表在 痞客邦 留言(0) 人氣()

物件

me1237guy 發表在 痞客邦 留言(0) 人氣()

重設以後

帳號: cht

密碼: chtnvdsl


me1237guy 發表在 痞客邦 留言(0) 人氣()

原本只想寫一個重疊影像,

me1237guy 發表在 痞客邦 留言(0) 人氣()

當有多個按鈕需要產生時, 如何用loop方式動態產生, 並加入對應的click event

me1237guy 發表在 痞客邦 留言(0) 人氣()

https://msdn.microsoft.com/en-us/library/aa287563(v=vs.71).aspx

me1237guy 發表在 痞客邦 留言(0) 人氣()

昨天在測試Basler雙影像Live時, 發現一個有趣現象,

me1237guy 發表在 痞客邦 留言(0) 人氣()

在Basler C# sample code的範例中,

me1237guy 發表在 痞客邦 留言(1) 人氣()

(一) Bitmap

me1237guy 發表在 痞客邦 留言(0) 人氣()

免費圖案下載

me1237guy 發表在 痞客邦 留言(0) 人氣()

控制台

me1237guy 發表在 痞客邦 留言(1) 人氣()

撰寫一console程式, 讓其他應用程式呼叫使用, 功能如下

me1237guy 發表在 痞客邦 留言(0) 人氣()

Distance Transform [2]經常應用在二值影像,其運算結果則為一灰階影像,

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(3) 人氣()

usb webcam 算是低階的攝影機, 但經常礙於長度不能超過5公尺限制,

me1237guy 發表在 痞客邦 留言(0) 人氣()

C:\Program Files (x86)\IrfanView

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. 安裝Python

me1237guy 發表在 痞客邦 留言(0) 人氣()