Corners of an object are important as features for the representation and analysis of its shape in computer vision. Corner detection, particularly in real scenes, is still a challenge. Most of the corner detectors found in the literature generate a number of false corners, which is not acceptable in real-life applications. In this paper, an improvement to a class of corner detection algorithms is presented using image fission/fusion. In this approach, a grayscale image is first divided into several bit-planes. A corner detector is applied on all the bit-planes simultaneously and a threshold (bitplane) is obtained using the concept of information gain. Finally, all the higher bit-plane corners are recombined (up to some thresholded bit-plane) to obtain the final set of corners. Here the corner detection algorithm is considered as a binary classification problem. Experimental results show that this improved approach reduces the number of erroneous corner detection relative to existing spatial domain corner detection algorithms. The improvements are established with the help of a number of performance measures proposed by various researchers. The proposed approach works better with respect to computational time also. This approach can easily be utilized in different low-level image processing applications.