개소리 왈왈/영화2017. 4. 20. 22:26

다큐멘타리라고 해야하나.

아무튼... 저번 개표때도 들었던 의문이지만

좀더 통계학적으로 수치로 보여줘서 더 잘 와닫는 영화였던 듯

출퇴근 시간 쪼개서 본 보람은 있다고 할 만한데 ...




다들 1.5 숫자에 집착을 하는 기분인데

개발자로서 눈에 띄는건

오프라인으로 한다고 해놓고는 왜 데이터 검증을 위해 프로그램을 다운로드 받아서

업데이트 하고 개표를 진행하는가? 라는 점.

그러면 조작이 너무 쉬워지잖아?



[링크 : https://www.youtube.com/watch?v=aGGikPMNn2w]

Posted by 구차니
Linux API/v4l2017. 4. 19. 18:14

timestamp는 카메라 따라 맘대로 라는 건데

하드웨어적으로 비디오 싱크를 맞추는 것도 아니니

스테레오 카메라를 위한 보조 기능으로 쓸수도 없을지도?


According to http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/39892 some v4l2 drivers (including the UVC one) do not use the realtime clock (wall time) but rather a monotonic clock that counts from a not specified point in time. On Linux, this is the boot time (i.e. uptime), however (and I suspect this is the cause of your mismatch) only the time that the computer was actually running (i.e. this clock does not run when the computer is suspended). 

[링크 : http://stackoverflow.com/questions/10266451/where-does-v4l2-buffer-timestamp-value-starts-counting]

    [링크 : http://stackoverflow.com/questions/10261537/timestamp-for-v4l2-image-capture]

'Linux API > v4l' 카테고리의 다른 글

v4l2 debug  (0) 2022.07.13
v4l2-ctl 밝기 조절  (0) 2022.07.06
uv4l  (0) 2015.09.13
리눅스에 웹캠 연결시 인식  (5) 2009.12.06
Posted by 구차니
embeded2017. 4. 19. 17:22

와.. 8bit 마이컴에서 float 연산이 미친건 알았지만

이렇게 까지 성능 차이 날 줄이야...


[링크 : http://www.ti.com/lit/an/slaa205c/slaa205c.pdf]


결론 : 8bit에서 32bit 정수 연산만 해도 미친짓급.. ㄷㄷㄷ 그러니 8051에서 float 곱하기는 삼가하자?

'embeded' 카테고리의 다른 글

nuvoton cortex-m0 ISD9160 LDROM  (0) 2017.10.17
DSO Nano 리뷰 찾아보니..  (0) 2017.10.16
PCB 마킹 의미  (0) 2016.07.28
COM26T2844VTX 관련...  (0) 2016.03.16
링커 스크립트 문법(ld syntax)  (0) 2015.12.17
Posted by 구차니
분류가 모호한 글2017. 4. 19. 10:14


서울기준?

[링크 : https://earth.nullschool.net/.../loc=127.025,37.513] 3d로 지구본 + 바람방향

[링크 : http://aqicn.org/map/world/kr/#@g/31.3466/122.4756/5z] 세계 지도

'분류가 모호한 글' 카테고리의 다른 글

blvd  (0) 2017.05.29
럭스블럭 luxblock  (0) 2017.05.25
카라비너 (독일어)  (0) 2017.04.01
샘플 pcb 5만원!  (0) 2017.02.24
크롬 주소표시줄 한글 강제 인코딩 관련  (0) 2017.01.02
Posted by 구차니
embeded/AVR (ATmega,ATtiny)2017. 4. 19. 10:02

캐리어 주파수가 도대체 머지...


[링크 : http://blog.naver.com/sigsaly/220556597729]

[링크 : http://cafe.naver.com/circuitsmanual/162950]

[링크 : http://blog.naver.com/realutopia/120013694779]

[링크 : http://blog.naver.com/ecima/80014298773]


In PWM, the frequency is usually fixed to a value. For analog servos the frequency is 30-50 Hz, and for digital servos it is 300 to 400 Hz.

[링크 : http://pcbheaven.com/wikipages/How_RC_Servos_Works/]



+

2017.05.20

캐리어는 모르겠고 PWM 주파수는 간단하게 말해서 PWM 파형에 대한 주파수 임(응?)

PWM duty 비의 정밀도랑은 상관없이 "PWM 명령어 주기"를 의미하므로

다르게 해석하면, 얼마나 명령어를 자주 보낼수 있냐에 가까운 개념

높은 응답성을 필요로 한다면 높은 PWM 주파수가 필요하고 반대급부로 pwm 하나의 명령 자체의 길이는 짧아진다.

Posted by 구차니

예전에 보고 우와! 했던 것들

지금은 당연한거라던가.. 멀 저정도로? 가 될려나?


PatchMatch : A Randomized Correspondence Algorithm for Structural Image Editing

건물 무너진거 자동 복원해주거나 건물 모양 마음대로 변형가능

[링크 : https://www.youtube.com/watch?v=vVKaKw0F7hA]


blur 복구

[링크 : http://prodesigntools.com/photoshop-sneak-peek-image-deblurring-adobe-max.html]


'이론 관련 > 2D 그래픽 관련' 카테고리의 다른 글

retinex 알고리즘  (0) 2022.01.20
jpeg 헤더  (0) 2020.12.01
HDRi / HDRI (High dynamic range imaging)  (0) 2011.04.29
BDF - Bitmap Distribution Format  (0) 2011.04.28
pbm pgm - Netpbm format  (2) 2010.06.09
Posted by 구차니

생성하니 이렇게 뷰라고 따로 생기는데

보는건

select * from organization;

으로 그냥 테이블 보는 느낌으로 하게 된다.


일단은.. join을 써서 만들었는데, idx 값이 양쪽에서 다 와서 합쳐지다 보니

그런 중복 항목에 대해서 이름을 바꾸어 주거나, 제외해주어야지 뷰가 생성된다.



[링크 : https://dev.mysql.com/doc/refman/5.7/en/create-view.html]

Posted by 구차니
Programming/C Win32 MFC2017. 4. 18. 09:39

여러가지 함수들이 있는데 msec 단위라면 이정도로 충분할 듯

typedef long clock_t;

#define CLOCKS_PER_SEC  1000 

_Check_return_ _CRTIMP clock_t __cdecl clock(void);


[링크 : http://ohpotato.tistory.com/30]


다른건 lib 링크해주고 별별 이상한걸 include 해야 하니 귀찮...

'Programming > C Win32 MFC' 카테고리의 다른 글

win32 외부 프로그램 실행  (0) 2017.05.29
cstring 'null' append 문제?  (0) 2017.05.18
MFC 다이얼로그 자세히(접기)  (0) 2017.04.14
mfc ccombobox 문자열 받아오기  (0) 2017.04.05
MFC 라디오버튼 사용하기  (0) 2017.04.05
Posted by 구차니
Linux2017. 4. 17. 16:39

세션 쿠키를 정보를 저장해서 하는 것도 있겠지만

[링크 : http://damduc.tistory.com/254]


       --load-cookies file

           Load cookies from file before the first HTTP retrieval.  file is a

           textual file in the format originally used by Netscape's

           cookies.txt file.


       --save-cookies file
           Save cookies to file before exiting.  This will not save cookies
           that have expired or that have no expiry time (so-called "session
           cookies"), but also see --keep-session-cookies.

       --keep-session-cookies

           When specified, causes --save-cookies to also save session cookies.

           Session cookies are normally not saved because they are meant to be

           kept in memory and forgotten when you exit the browser.  Saving

           them is useful on sites that require you to log in or to visit the

           home page before you can access some pages.  With this option,

           multiple Wget runs are considered a single browser session as far

           as the site is concerned.

           Since the cookie file format does not normally carry session

           cookies, Wget marks them with an expiry timestamp of 0.  Wget's

           --load-cookies recognizes those as session cookies, but it might

           confuse other browsers.  Also note that cookies so loaded will be

           treated as other session cookies, which means that if you want

           --save-cookies to preserve them again, you must use

           --keep-session-cookies again. 


로그인 정보 넘겨서 매번 하는것도 머 방법이니까?


       --user=user

       --password=password

           Specify the username user and password password for both FTP and

           HTTP file retrieval.  These parameters can be overridden using the

           --ftp-user and --ftp-password options for FTP connections and the

           --http-user and --http-password options for HTTP connections. 

[링크 : https://linux.die.net/man/1/wget]

'Linux' 카테고리의 다른 글

top VIRT?  (0) 2017.05.10
cpulimit 백그라운드 실행 이유  (0) 2017.05.10
원격지 mac address 얻기  (0) 2017.03.13
리눅스 쉘에서 시리얼 포트로 쓰기  (0) 2017.02.15
리눅스 파일 시간관련  (0) 2017.01.01
Posted by 구차니
개소리 왈왈/컴퓨터2017. 4. 16. 23:15

작동이 될진 모르겠지만

USB FDD 하나 얻음 ㅋㅋㅋ


집에 굴러 다니는 플로피 디스트 3.5인치 짜리가 있던가? ㅋㅋㅋ

Posted by 구차니