[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/sci/ - Science & Math

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • Additional supported file types are: PDF
  • Use with [math] tags for inline and [eqn] tags for block equations.
  • Right-click equations to view the source.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: Ir_girl.png (125 KB, 1159x768)
125 KB
125 KB PNG
I think it is possible to train to sense IR and read with it if the letters have a temperature gradient (e.g a sign with bulbs in it)
>>
If it's warm you will still be able to read flat signs too.
>>
Heavy clothing forms a field of heat when other forms of energy interact with it it creates interference that allows you to see.
>>
ir cameras piss me off. i want a camera that represents 1mm as red, 550μm as green and 250μm as blue. is that so much to ask?
>>
File: spiral.png (2 KB, 481x482)
2 KB
2 KB PNG
[...]

square 6:
(x, y) = (1, 3)
vertices: (x + 1, y + 1), (x – 1, y + 1), (x – 1, y – 1), (x + 1, y – 1)
facecolor: (1, 0, 1/2, 1)

square 7:
(x, y) = (1, 5)
vertices: (x + 1, y + 1), (x – 1, y + 1), (x – 1, y – 1), (x + 1, y – 1)
facecolor: (1, 0, 1, 1)

square 8:
(x, y) = (3, 5)
vertices: (x + 1, y + 1), (x – 1, y + 1), (x – 1, y – 1), (x + 1, y – 1)
facecolor: (1 – 1/Sqrt[8], 0, 1 – 1/Sqrt[8], 1)

square 9:
(x, y) = (3, 3)
vertices: (x + 1, y + 1), (x – 1, y + 1), (x – 1, y – 1), (x + 1, y – 1)
facecolor: (1 – 1/Sqrt[2], 0, 1 – 1/Sqrt[2], 1)
>>
square 1: (x, y) = (1, 9)
square 2: (x, y) = (3, 7)
square 3: (x, y) = (5, 5)
[...]
square 15: (x, y) = (17, 5)
square 16: (x, y) = (17, 7)
square 17: (x, y) = (17, 9)

every square:
vertices: (x + 1, y + 1), (x – 1, y + 1), (x – 1, y – 1), (x + 1, y – 1)
linewidth: 1/2
edgecolor: (1/2, 1/2, 1/2, 1)
facecolor: (Min[(x – 1)/8, 1], Max[0, (x – 9)/8], (y – 1)/8, 1)
>>
n = 17
v = 2*n – 1
u = 2*v – 1
linewidth: 1/99
edgecolor: (1/2, 1/2, 1/2, 1)

FOR x = 1 TO u STEP 2
FOR y = 1 TO v STEP 2
vertices: (x + 1, y + 1), (x – 1, y + 1), (x – 1, y – 1), (x + 1, y – 1)
a = (x – 1)/(v – 1)
b = (y – 1)/(v – 1)
facecolor: (Min[a, 1], Max[0, a – 1], b, 1)
NEXT y
NEXT x



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.