Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~1K People Reached
About Me

CSE: Code Sleep Eat

Favorite Tags

4 Posted Topics

Member Avatar for AmerJamil

#include<fstream.h> //Instead of this #include<fstream> // use this. thats all.. you program start working..:-) :-)

Member Avatar for deceptikon
0
981
Member Avatar for Vish0203

for(i=0;i<1000;i++) What is the use of this loop.? First clear you logic what you want to do and then start your coding. and 1 tips fom my side that opening file mode instead of "wb+"..use "w". You always start you loop from i=0; why not you decalare a global variable …

Member Avatar for Vish0203
0
144
Member Avatar for sandz24

Convert grayscale to binary. Directly converting color images (like RGB) to binary is not that easy, because you have to handle every color channel within the image seperatly. Converting to binary is done using a ceratin threshold. E.g. you can say, all pixels with gray > 125 will become white, …

Member Avatar for sandz24
0
187
Member Avatar for Iamateur

The End.