Questions tagged [mixing]

245 questions
-3
votes
2 answers

Fusion of two images in matlab

Consider two images. The size of these two images could be anything. Bring size of those two images same. Develop an algorithm to mix these two images, such that alternate pixels are brought from two image courses. It is fusion of two images. For…
-3
votes
2 answers

Illegal start of expression java frames

This small code in java is giving me 4 errors. I dont understand what they mean. Please help me. class Frames extends Frame implements ActionListener { Frames() { JFrame jf = new JFrame("Welcome"); Container c =…
Chinmay Dabke
  • 5,070
  • 11
  • 40
  • 63
-4
votes
1 answer

Count occurrences of all 256 characters (GUI/Arrays)

I need help tweaking my code. I need to write a program that outputs the count of individual ascii characters in a txt file that the user uploads, but I'm having a lot of problems trying to get the array that I count into the GUI portion of the…
-4
votes
4 answers

Insert PHP functions in a variable

I need to insert into a variable. But of course
Eddy Unruh
  • 199
  • 3
  • 9
-5
votes
1 answer

Randomly mixing elements in vector R

Supposing I have the vector x <- c(1,2,3,4,5,6) Is there any way I could randomly mix its elements? Or create a vector which would have integer elements from 1 to 6 which do not repeat?
1 2 3
16
17