<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">PB&#039;s Life: 최근 댓글 목록</title>
  <id>http://pureholic.net/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://pureholic.net/" />
  <subtitle type="html"></subtitle>
  <updated>2010-03-12T04:01:08+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : PB님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment201" />
    <author>
      <name>(PB)</name>
    </author>
    <id>http://pureholic.net/541#comment201</id>
    <published>2010-03-06T15:41:57+09:00</published>
    <summary type="html">위의 설치방법은 OpenCV를 위한 Debug용 DLL을 제작해서 사용하는 경우군요.
그런데 중간에 글을 보시면 highgui에서 계속 에러가 나오기 때문에 VIDEO_INPUT을 사용할 필요가 없다면서 막아버리는군요. 이 부분에서 처음에 말씀하신 화면이 검게 나오는 현상이 발생되는 것 같습니다.

저는 따로 디버그용 dll을 만들지 않고 OpenCV 설치시에 포함된 실행 라이브러리를 그대로 사용했기 때문에 위와 같은 문제는 발생하지 않았습니다.

특별히 Debug Dll이 필요한 것이 아니라면 OpenCV에서 제공하는 라이브러리를 그대로 사용하시는 것을 추천합니다.

=&amp;gt; 현재는 OpenCV를 새롭게 디버그 한 라이브러리가 구축되어있을테니 모두 삭제하시고 처음부터 설정하시면 정상적으로 동작할 것 같아요.

^^~ 혹시 그래도 안된다면 다시 한번 문의해주세요~</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : 조용태님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment200" />
    <author>
      <name>(조용태)</name>
    </author>
    <id>http://pureholic.net/541#comment200</id>
    <published>2010-03-06T02:03:18+09:00</published>
    <summary type="html">우선 답변 감사합니다.
제가 opencv1.1을 설치할때 다음 주소에 나와 있는 것을 보고 하였습니다.
http://blog.naver.com/yunuri1012?Redirect=Log&amp;amp;logNo=80072275445
여기에 보시면 openCV1.0에서 있던 오류가 나오고 highgui에 대한 오류가 나옵니다.</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : PB님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment199" />
    <author>
      <name>(PB)</name>
    </author>
    <id>http://pureholic.net/541#comment199</id>
    <published>2010-03-06T01:06:27+09:00</published>
    <summary type="html">highgui 에서 어떤 빌드 오류가 나나요?
오류 메시지가 있을텐데...

컴파일 전에 OpenCV관련 프로젝트 설정 및 라이브러리 설정은
모두 하셨죠? 혹시 안하셨다면 

http://pureholic.net/513

위의 주소에 올라온 글을 참고해주세요^^;</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : 조용태님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment198" />
    <author>
      <name>(조용태)</name>
    </author>
    <id>http://pureholic.net/541#comment198</id>
    <published>2010-03-05T19:10:08+09:00</published>
    <summary type="html">안녕하세요.
질문이 있어서 답글을 남김니다.
openCV1.1 버전을 설치하고 빌드하였는데 highgui에서 빌드오류가 발생해서 그런건지
올려주신 파일을 실행했는데 화면이 검은색으로만 나오네요. 
혹시 highgui빌드오류를 어떻게 해야하는건지 알려주셨으면 합니다.
지금 당장 회사에서 하라고 하는데 몇일 헤매고 있네요.
제발 도와주세요 ㅜㅜ</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : PB님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment197" />
    <author>
      <name>(PB)</name>
    </author>
    <id>http://pureholic.net/541#comment197</id>
    <published>2010-02-28T13:22:34+09:00</published>
    <summary type="html">답변이 조금 늦었네요.
1500,1000크기이면 이미지 소스(캠 해상도)보다 큰 값인데..
그럼 소프트웨어적으로 확대시켜서 화면에 표시해야될 듯합니다.

캡쳐된 이미지 바이트를 StretchBlt()로 출력하는 방법을 이용하시면 될 것 같습니다.^^. 이 글을 적은지 오래되서.. 기억이 잘 안나네요

큰 도움 못드려 죄송합니다.
다른 질문이 있으시면 언제든지 다시 해주세요~</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : Kairess님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment196" />
    <author>
      <name>(Kairess)</name>
    </author>
    <id>http://pureholic.net/541#comment196</id>
    <published>2010-02-25T15:48:18+09:00</published>
    <summary type="html">그래서 저도 처음에 rect.right이랑 rect.bottom 부분을 각각 1500 1000 으로 주고 했는데도 안되서여..ㅜ</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : PB님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment195" />
    <author>
      <name>(PB)</name>
    </author>
    <id>http://pureholic.net/541#comment195</id>
    <published>2010-02-24T22:35:08+09:00</published>
    <summary type="html">저도 2년전에 공부하면서 제작한 샘플이라서 좋은 도움이 될지는 모르겠지만 OpenCV와 MFC를 이용하는 하나의 방법으로도 공부할 수는 있을 것 같습니다.

위에서 언급된 핸들들은 폼에 있는 ListBox와 Picture Control을 위한 멤버 변수입니다. MFC에 대해서 전혀 모르신다면 기본적인 폼과 컨트롤의 사용법에 대해서 먼저 공부해보시면 쉽게 이해하실 수 있을거에요!</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : mfc student님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment194" />
    <author>
      <name>(mfc student)</name>
    </author>
    <id>http://pureholic.net/541#comment194</id>
    <published>2010-02-24T21:04:21+09:00</published>
    <summary type="html">님의 친절한 답변으로 1번 솔루션가지고 해결하였습니다.ㅋ

본격적으로 님의 소스분석을 하고 싶은데요.

위의 step중에서 4번째에서 로그용과 픽쳐컨트롤용 핸들을 선언 하셧는데..

님께서 mfc공부를 하라고 하셨는데 어디부분을 공부해야할까요??

너무 mfc에 대해 문외한이라서요.님의 소스를 완변분석해보고싶습니다!!^^;;

도와주세요~~~</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : PB님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment193" />
    <author>
      <name>(PB)</name>
    </author>
    <id>http://pureholic.net/541#comment193</id>
    <published>2010-02-22T15:36:35+09:00</published>
    <summary type="html">영상 사이즈는 CvvImage 클래스의 Show 메소드를 이용하면 될 것 같네요.
cvImage.Show(m_pCameraWnd-&amp;gt;GetDC()-&amp;gt;GetSafeHdc(), 0, 0, rect.right, rect.bottom);
위의 코드에서 rect.right, rect.bottom 부분을 원하는 width, height로 사용하시면 될 것 같아요^^~

ps. 저도 지금 PC에 OpenCV라이브러리를 구축해두지 않아서 테스트를 해볼 수가 없네요; 죄송(__)합니다.</summary>
  </entry>
  <entry>
    <title type="html">OpenCV 1.1pre1 highgui(cvca... : PB님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://pureholic.net/541#comment192" />
    <author>
      <name>(PB)</name>
    </author>
    <id>http://pureholic.net/541#comment192</id>
    <published>2010-02-22T15:18:32+09:00</published>
    <summary type="html">말 그대로 mfc90d.dll을 찾을 수 없어서 나는 에러인듯 하네요.

Solution
1. 프로젝트 속성 : 메니페스트를 NO로 변경
2. stdafx.h 수정 : WINVER 0x0501 -&amp;gt; WINVER 0x0500
3. /MT 계열로 코드생성 변경

위의 1단계에서 웬만하면 해결될 수 있을 것이라고 생각합니다.
^^; 원인은 시스템마다 다를 수 있어서.. 저도 잘;;</summary>
  </entry>
</feed>
