In: Electrical Engineering
Hi,
There are indeed several ways to make this prediction.
1. The most time-tested method is using Moore's law (brain-child of Gordon Moore of Intel in 1975). He predicted that number transistors on a microprocessor chip would double every two years. This was modified was his colleague David House as microprocessor performance doubling every 18 months with power consumption remaining the same. This law has proved to be true from 1975 to until recently (2015) although one can see a little-bit of saturation though now.
If take this law as a rough guideline, one can predict what the speed of processors would be in 24 months.
2. Ask the field engineers or sales engineers of major semiconductor manufacturers (Intel, TI, Nvidia, ST, AMD, etc.). They would, in general, be in a position to give you a forecast of what is in the pipeline.
3. Multi-core processing is often used in image processing applications. So some investigation into the history of development of multicore processors can help one predict how many cores would be available on one chip in two years' time and with what clock speeds.
4. Go though the journals on VLSI technology or computer architecture to understand what might be in offing!
Hope this helps in some manner!