리듬도 깨지고 난리 ㅜㅠ
'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글
| 아이나비 dmb 안테나 (0) | 2025.05.08 |
|---|---|
| 가족 추가요~ (0) | 2025.05.06 |
| 여유 (0) | 2025.05.02 |
| 참관수업 그리고 데이트 (2) | 2025.04.23 |
| 바운스 슈퍼파크 하남 아니.. 미사? (2) | 2025.04.19 |
리듬도 깨지고 난리 ㅜㅠ
| 아이나비 dmb 안테나 (0) | 2025.05.08 |
|---|---|
| 가족 추가요~ (0) | 2025.05.06 |
| 여유 (0) | 2025.05.02 |
| 참관수업 그리고 데이트 (2) | 2025.04.23 |
| 바운스 슈퍼파크 하남 아니.. 미사? (2) | 2025.04.19 |
휴가가 기니까 좋긴하다.
어디왔다 갔따 해야 한다고 정신없지 않아서 여유롭고 행복하네
| 가족 추가요~ (0) | 2025.05.06 |
|---|---|
| 피곤 (0) | 2025.05.04 |
| 참관수업 그리고 데이트 (2) | 2025.04.23 |
| 바운스 슈퍼파크 하남 아니.. 미사? (2) | 2025.04.19 |
| 헤롱헤롱 (0) | 2025.04.14 |
보기에는 단순하게 변형하고 잘라서 깊이정보를 주는것 같은데.. 맞나?
[링크 : https://tommyhsm.tistory.com/124]

[링크 : https://www.researchgate.net/publication/340527659_Color_and_depth_mapping_of_Kinect_v2]
[링크 : https://m.blog.naver.com/sense_sciencefiction/221967976514]
| kinect v2 잘못된 깊이 맵 맵핑 (0) | 2025.05.06 |
|---|---|
| libfreenect2 rgb / depth 매핑 소스코드 분석 (0) | 2025.05.05 |
| kinect 깊이 정밀도 (0) | 2025.04.15 |
| libfreenect2 on 2760p 성공 (0) | 2024.08.18 |
| libfreenect2 성공 (0) | 2024.07.17 |
잘 안하게 되니 일단 삭제!

| ace combat 7 normal 난이도 끝 (0) | 2025.04.06 |
|---|---|
| ace combat 7 멀티 플레이 첫 시도 (2) | 2025.03.16 |
| ace combat 7 sp mission완료 (0) | 2025.03.15 |
| ace combat 7 - 미션 20, 엔딩 (0) | 2025.03.11 |
| ace combat 7 - 미션 19 (0) | 2025.03.10 |
min, max, mean 은 최소, 최대, 중간값인데
r-tol(min/max) t-tol(min/max)가 보이는데 용도불명이라 검색중

| 2.1.4. tolerance Tolerance Resistance The resistance tolerance for an NTC thermistor is specified for one temperature point, which is application specific and the standard value is usually 25°C. It is also possible to specify at the other temperatures upon customer request. Temperature tolerance By means of Formula 3, the temperature tolerance can be calculated for small temperature interval as following formula: ΔT = 1 / α ・ ΔR / R (Formula 6) For practical application, we recommend that the standardized R / T table be used. |
| pwm 화음 출력 (0) | 2025.08.06 |
|---|---|
| 힐베르트 변환포락선 인벨로프 (0) | 2025.06.27 |
| 전자로드 사용법 (0) | 2025.04.28 |
| 합성저항, 목표저항 계산 (0) | 2025.01.07 |
| edge detector (0) | 2024.11.15 |
Open Asset Import Library(assimp) 를 이용해서 blender를 읽어오고 openGL로 그릴수 있는 것으로 보인다.
Features
|
[링크 : https://sourceforge.net/projects/assimp/]
| Assimp::Importer importer; const aiScene *scene = importer.ReadFile(filename,aiProcessPreset_TargetRealtime_Fast); aiMesh *mesh = scene->mMeshes[0]; //assuming you only want the first mesh float *vertexArray; float *normalArray; float *uvArray; int numVerts; next extract the data numVerts = mesh->mNumFaces*3; vertexArray = new float[mesh->mNumFaces*3*3]; normalArray = new float[mesh->mNumFaces*3*3]; uvArray = new float[mesh->mNumFaces*3*2]; for(unsigned int i=0;i<mesh->mNumFaces;i++) { const aiFace& face = mesh->mFaces[i]; for(int j=0;j<3;j++) { aiVector3D uv = mesh->mTextureCoords[0][face.mIndices[j]]; memcpy(uvArray,&uv,sizeof(float)*2); uvArray+=2; aiVector3D normal = mesh->mNormals[face.mIndices[j]]; memcpy(normalArray,&normal,sizeof(float)*3); normalArray+=3; aiVector3D pos = mesh->mVertices[face.mIndices[j]]; memcpy(vertexArray,&pos,sizeof(float)*3); vertexArray+=3; } } uvArray-=mesh->mNumFaces*3*2; normalArray-=mesh->mNumFaces*3*3; vertexArray-=mesh->mNumFaces*3*3; |
[링크 : https://nickthecoder.wordpress.com/2013/01/20/mesh-loading-with-assimp/]
[링크 : https://stackoverflow.com/questions/35111681/make-a-model-in-blender-and-load-in-opengl]
| openGL 스터디용 gemini 생성 코드 (0) | 2025.07.16 |
|---|---|
| opengl texture (0) | 2025.05.30 |
| opengl glortho gluperspective (0) | 2023.08.28 |
| glReadPixels() 와 glUseProgram() (0) | 2022.11.17 |
| openCV + openGL (0) | 2022.02.08 |
M9712 라는 전자로드가 있어서 배터리 방전에 사용을 위해 찾아보는 중
Step 1. SHIFT - 8 눌러서 END TEST VOLT=0.000000V 가 뜨도록 함
초기상태에서![]() SHIFT 버튼을 누르면 우측에 Shift라고 뜨고 ![]() 8을 누르면 OFF 라고 바뀌면서 하단에 END TEST VOLT가 뜬다. ![]() |
Step 2. 숫자와 .을 이용하여 원하는 전압을 입력함
9.6V 완전방전을 목표로 할거라 9.6을 입력함![]() |
Step 3. Enter를 누름(0.00W 0.00000AH 라고 아래 라인에 뜸
가장 처음 화면으로 돌아온다.![]() |
Step 4. On/Off 버튼을 눌러 시작
상단 우측에 BATT 라고 뜨면 배터리 테스트 모드
on/off 버튼을 누르면 BATT로 바뀐다.![]() |
| Battery Life StabilityTest In Constant Current mode the Serial electronic load can test battery life stability Set up the load to control voltage level. When the voltage of the battery is too low, the serial electronic load will identify the battery being on the threshold value set or at the margin of an insecure state and will stop testing automatically. When the load is in test mode, you can see the battery's voltage, battery discharge current, electronic, load power and battery capability that remains. If the load is connected through PC software, then you can see the battery discharge curve.. This test can measure the reliability and remaining life of the battery. So it is important to perform the test before the battery is re-charged, or swapped out for a newer battery. Operation: 1) In standard constant current mode, adjust the load's current value to the same discharge current value of battery needed. 2) Press both Shift+8(Battery)keys. When VFD display shows END TEST VOLT= xxxxxxxxV, input the shut-off voltage and press Enter to start the battery life stability test. When the battery's voltage drops to the turn-off voltage set, the load will automatically shut off. 3) Press the On/Off keys to start or pause the battery capability test. 4) Press both the Shift+8(Battery) keys to exit the battery life stability test mode. |
[ : http://www.maynuo.com/downloadfile/2009102937213561.pdf]
[ : http://www.maynuo.com/english/xpro.asp?pid=52]
| 힐베르트 변환포락선 인벨로프 (0) | 2025.06.27 |
|---|---|
| ntc r/t-tol (0) | 2025.04.29 |
| 합성저항, 목표저항 계산 (0) | 2025.01.07 |
| edge detector (0) | 2024.11.15 |
| 택 스위치(TACTILE SWITCH) (0) | 2024.09.03 |
멀해야지 좀 윤택하게 살까..
돈이 더 늘어난다고 여유로워 질까? 에효..
모르겠다. 어렵다..
| 일하기 싫어!!! (0) | 2025.05.09 |
|---|---|
| k-pass 다자녀 혜택 적용 늦어!! (0) | 2025.04.30 |
| 뭐? (0) | 2025.04.17 |
| 먼가 대충 하나 쳐냄 (0) | 2025.04.16 |
| wow (0) | 2025.04.10 |
| 로봇 좌표계, TCP ... 2? (0) | 2024.09.02 |
|---|---|
| elephantrobotics Mycobot-pi atom (0) | 2024.07.11 |
| elephant robotics cobot python api (0) | 2023.12.21 |
| 산업로봇과 협동로봇의 차이 (0) | 2023.12.21 |
| 오일러 각 / 짐벌락 / 쿼터니언 (0) | 2023.12.21 |